pahvalentines/backend
michael 1e6462132d fix: prevent PostgreSQL connection exhaustion from Celery worker pool leak
Use NullPool for Celery workers so connections are opened/closed per task
instead of accumulating in per-process pools. Add worker_process_init
signal to dispose inherited engines on fork. Keep QueuePool for the web
service. Increase PostgreSQL max_connections to 200 as a safety net.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 06:42:40 -06:00
..
alembic feat: make pet image upload optional 2026-02-03 18:03:25 -06:00
app fix: prevent PostgreSQL connection exhaustion from Celery worker pool leak 2026-02-17 06:42:40 -06:00
cloud_run_video feat(video): move video generation to Cloud Run 2026-02-10 09:58:57 -06:00
tasks fix: prevent PostgreSQL connection exhaustion from Celery worker pool leak 2026-02-17 06:42:40 -06:00
video_generator vertical video background image 2026-02-04 22:07:43 +05:30
.env.example fix: prevent PostgreSQL connection exhaustion from Celery worker pool leak 2026-02-17 06:42:40 -06:00
alembic.ini Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
banned_words.txt minor UI updates 2026-02-11 22:44:11 +05:30
docker-compose.yml fix: prevent PostgreSQL connection exhaustion from Celery worker pool leak 2026-02-17 06:42:40 -06:00
Dockerfile Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
requirements.txt feat(safety): add Gemini as alternative image safety classifier 2026-02-08 15:16:51 -06:00