Use new connection pooling feature from Django 5.1 #5209
Labels
💻 aspect: code
Concerns the software code in the repository
🧰 goal: internal improvement
Improvement that benefits maintainers, not users
🟧 priority: high
Stalls work on the project or its dependents
🧱 stack: api
Related to the Django API
Current Situation
After upgrading aiohttp to version 3.11.2 (#5165), the API database started consuming more memory and increasingly opening more connections.
Suggested Improvement
This is a new feature included in Django for PostgreSQL that could help reduce this resource consumption.
Additional context
Related to #4015.
The text was updated successfully, but these errors were encountered: