mirror of
https://github.com/barkeser2002/offline-db.git
synced 2026-09-25 00:59:54 +03:00
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>
6 lines
278 B
Plaintext
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.
|