Skip to content

v0.1.1

Choose a tag to compare

@mpospirit mpospirit released this 12 Jun 15:52
· 6 commits to main since this release
e19d736

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.