|
|
|
|
|
by jeeybee
671 days ago
|
|
asyncpg clears out any listeners you have setup once a connection is returned to pool. This will lead to 'missed' events. I guess its something of the same story with psycopg? If event(s) any jobs will be picked up by the next event or by a timer that checks every 30 seconds or so (can be set by the dev.) |
|