Prepare rollback-safe legacy migration data contract (#7)
Unraid autoredeploy / Deploy vacatureradar (push) Failing after 20s

This commit was merged in pull request #7.
This commit is contained in:
2026-09-09 21:42:41 +00:00
parent 2d1964106b
commit 38e87678e1
10 changed files with 289 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