Files
Barış Keserandgoogle-labs-jules[bot] 8d832b3558 feat: Configure database connection pooling (#354)
Configured CONN_MAX_AGE and CONN_HEALTH_CHECKS for MySQL database connections to provide connection pooling in production.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2026-05-21 20:26:32 +00:00

6 lines
278 B
Plaintext

1. Install `django-pgbouncer` by modifying `requirements.txt`.
2. Configure `django-pgbouncer` in `aniscrap_core/settings.py` for connection pooling.
3. Update `.jules/development-plan.md` to mark connection pooling as complete.
4. Run pre-commit checks.
5. Submit the changes.