Prepare rollback-safe legacy migration data contract (#7)
Unraid autoredeploy / Deploy vacatureradar (push) Failing after 20s
Unraid autoredeploy / Deploy vacatureradar (push) Failing after 20s
This commit was merged in pull request #7.
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