We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7543472 commit 7fc4250Copy full SHA for 7fc4250
postgrestq/task_queue.py
@@ -83,7 +83,7 @@ def connect(self) -> None:
83
"""
84
# if self.conn is None or self.conn.closed:
85
# self.conn = self.get_connection()
86
- self.pool = ConnectionPool(self._dsn, open=True, min_size=1, max_size=1)
+ self.pool = ConnectionPool(self._dsn, open=True, min_size=1)
87
# This will block the use of the pool until min_size connections
88
# have been acquired
89
self.pool.wait()
0 commit comments