You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.1.1 — 2026-06-12
Fixed
Celery worker and beat now start after the web service is healthy, preventing ProgrammingError: relation does not exist task failures on fresh installs where migrations had not yet run.
Moved the /healthz Docker healthcheck from the shared Dockerfile to the web service in docker-compose.yml, so celery-worker and celery-beat containers no longer inherit a web healthcheck they cannot pass.