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
+1 -1
View File
@@ -13,6 +13,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 }
# monica_site worker NOT here — adama host_apps sets compose_profiles: [worker].
- { name: monica_site, env: prod, port: 8004 }
- { name: monica_site, env: beta, port: 8014 }
# monica_site worker is NOT on roslin — singleton on adama only.