fix: hold candidate traffic and workers until migration commit
Managed validation / full (pull_request) Successful in 3m41s
Managed validation / full (pull_request) Successful in 3m41s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user