Build profile-gated services so workers do not run stale images #19

Merged
westfarn merged 3 commits from issue-17-monica-dj-queue-worker into master 2026-08-09 04:36:52 -07:00
3 Commits
Author SHA1 Message Date
westfarn 63cb6ae45f Merge remote-tracking branch 'origin/master' into issue-17-monica-dj-queue-worker
Sync runner checkout / sync (pull_request) Successful in 7s
2026-08-09 06:24:07 -05:00
westfarn 853eff020d Build profile-gated services so workers do not run stale images.
The build step omitted COMPOSE_PROFILES, so docker compose skipped the
dj-queue worker and up -d reused an image from an earlier deploy; the
monica_site beta worker kept psycopg2 and crash-looped on LISTEN/NOTIFY.
2026-08-09 06:23:17 -05:00
westfarn 9a0cbf80d9 Auto-start monica_site dj-queue worker on adama deploy.
Sync runner checkout / sync (pull_request) Successful in 6s
Campaign sends stay Queued without the worker; wire compose_profiles into
django deploy so adama brings up the singleton with web (closes #17).
2026-08-08 13:59:27 -05:00