There should be no use of much more than two pgconnection per worker, even in the case where there is "some" asynchronous code interleaved between synchronous code. The new async code is using its own pg pool that has max=four. ref: See max_size at https://www.psycopg.org/psycopg3/docs/api/pool.html#the-connectionpool-class |
||
|---|---|---|
| .. | ||
| core | ||
| utils | ||
| __init__.py | ||