Skip to content

feat: add celery init containers #179 - #185

Merged
abosio merged 1 commit into
mainfrom
abosio/179/add-celery-init-containers
Jul 3, 2026
Merged

feat: add celery init containers #179#185
abosio merged 1 commit into
mainfrom
abosio/179/add-celery-init-containers

Conversation

@abosio

@abosio abosio commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Fixes #179

Prevent celery workers from starting until Postgres is reachable and Django migrations have been applied, avoiding startup crashes and stale-schema task execution.

  • Base deployment gains readiness and migration-check init containers
  • Local overlay wires the in-cluster Postgres host
  • Sandbox overlay wires host and connection URI from the managed Postgres secret

Prevent celery workers from starting until Postgres is reachable and Django migrations have been applied, avoiding startup crashes and stale-schema task execution.

- Base deployment gains readiness and migration-check init containers
- Local overlay wires the in-cluster Postgres host
- Sandbox overlay wires host and connection URI from the managed Postgres secret
@abosio
abosio merged commit 27364ac into main Jul 3, 2026
2 checks passed
@abosio
abosio deleted the abosio/179/add-celery-init-containers branch July 3, 2026 12:45
getscaf-release-bot Bot pushed a commit that referenced this pull request Jul 3, 2026
## [1.14.0](v1.13.3...v1.14.0) (2026-07-03)

### Features

* add celery init containers [#179](#179) ([#185](#185)) ([27364ac](27364ac))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tilt should recover nicely without error messages after celery starts

2 participants