Skip to content

Commit

Permalink
celery queues
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Nov 29, 2024
1 parent 1919c60 commit 51881bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta_edc/celery_uat.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
app.autodiscover_tasks()

app.conf.task_routes = {
"*": {"queue": "uat_queue"},
"edc_pharmacy.*": {"queue": "uat_queue"},
"meta_reports.*": {"queue": "uat_queue"},
}


Expand Down

0 comments on commit 51881bf

Please sign in to comment.