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).
This commit is contained in:
2026-08-08 13:59:27 -05:00
parent cc503988c0
commit 9a0cbf80d9
6 changed files with 20 additions and 15 deletions
+3 -3
View File
@@ -16,6 +16,6 @@ host_apps:
- { name: chat_web_app, env: beta, port: 8083 }
- { name: chat_backend, env: prod, port: 8003 }
- { name: chat_backend, env: beta, port: 8013 }
- { name: monica_site, env: prod, port: 8004 }
- { name: monica_site, env: beta, port: 8014 }
# monica_site dj-queue worker (compose --profile worker) runs ONLY on adama.
# compose_profiles: worker → dj-queue singleton (not on roslin / ai-server-4080).
- { name: monica_site, env: prod, port: 8004, compose_profiles: [worker] }
- { name: monica_site, env: beta, port: 8014, compose_profiles: [worker] }