Skip to content
Snippets Groups Projects
Commit 155cc6dd authored by ddamiron's avatar ddamiron
Browse files

update metadata-processor

parent 6f5789e1
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,8 @@ class RabbitSession:
def __enter__(self):
self.connection = self._create_connection()
# timeout = 5
# connection.add_timeout(timeout, on_timeout(connection))
return self
def __exit__(self, *args):
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment