issue-17-monica-dj-queue-worker
master
host_apps.compose_profiles
COMPOSE_PROFILES
up -d --remove-orphans
monica_site
compose_profiles: [worker]
Real campaign sends enqueue dj-queue tasks; without the worker they stay Queued. Test email worked because it is synchronous SMTP.
deploy.sh
monica_site_beta
monica_site_prod
Campaign sends stay Queued without the worker; wire compose_profiles into django deploy so adama brings up the singleton with web (closes #17).
No dependencies set.
The note is not visible to the blocked user.
Summary
host_apps.compose_profilesasCOMPOSE_PROFILESso compose profiles surviveup -d --remove-orphans.monica_sitebeta+prod setcompose_profiles: [worker](dj-queue singleton). Roslin / ai-server-4080 stay web-only.Why
Real campaign sends enqueue dj-queue tasks; without the worker they stay Queued. Test email worked because it is synchronous SMTP.
Test plan
monica_sitebeta (and/or prod) viadeploy.shmonica_site_beta/monica_site_prod