s3rius / FastAPI-template

Feature rich robust FastAPI template.
MIT License
1.9k stars 164 forks source link

Fix connection pools dependencies. #108

Closed s3rius closed 2 years ago

s3rius commented 2 years ago

It's not that cool that some connections, that were taken from the pools, are waiting until the handler function is complete. In this issue we must provide more convenient way for managing connections in web service.

SQLAlchemy and rabbitmq were already using pools.

s3rius commented 2 years ago

Will release in 3.3.8.