fix: hold candidate traffic and workers until migration commit
Managed validation / full (pull_request) Successful in 3m41s

This commit is contained in:
Jens
2026-09-09 23:21:53 +02:00
parent a0c0ee26ca
commit be0fbaa53c
10 changed files with 236 additions and 2 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:worker]
command=/app/.venv/bin/celery -A config worker -l INFO -Q high,default,low --concurrency=2
command=/app/.venv/bin/python /app/scripts/migration_worker_gate.py worker
directory=/app
user=app
priority=50
@@ -47,7 +47,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:scheduler]
command=/app/.venv/bin/celery -A config beat -l INFO --schedule /tmp/celerybeat-schedule
command=/app/.venv/bin/python /app/scripts/migration_worker_gate.py scheduler
directory=/app
user=app
priority=60