issues
search
BoostryJP
/
ibet-Wallet-API
A powerful API suite for seamlessly building ibet blockchain wallet systems ðŸ›
https://ibet.jp/ibet-for-fin
Apache License 2.0
9
stars
0
forks
source link
[FEATURE] Replace `QueuePool` with `AsyncAdaptedQueuePool`
#1490
Closed
purplesmoke05
closed
7 months ago
purplesmoke05
commented
7 months ago
Is your feature request related to a problem? Please describe.
It is recommended to use
AsyncAdaptedQueuePool
in asyncio with queue pool.
https://docs.sqlalchemy.org/en/20/core/pooling.html#sqlalchemy.pool.AsyncAdaptedQueuePool
Describe the solution you'd like
Use
AsyncAdaptedQueuePool
instead of
QueuePool
Is your feature request related to a problem? Please describe.
AsyncAdaptedQueuePool
in asyncio with queue pool.Describe the solution you'd like
AsyncAdaptedQueuePool
instead ofQueuePool