Skip to content

Commit 7203d7f

Browse files
authored
Merge pull request #245 from IFRCGo/fix/historical-gdacs-pdc
Fix historical pdc gdacs extraction.
2 parents 17c8ac3 + 5332bd6 commit 7203d7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main/celery.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
# Default autodiscover (Looks at apps/*/tasks.py)
2020
app.autodiscover_tasks()
2121
app.conf.task_queues = {
22+
"default": {
23+
"exchange": "default",
24+
"routing_key": "default",
25+
},
2226
"extraction": {
2327
"exchange": "extraction",
2428
"routing_key": "extraction",

0 commit comments

Comments
 (0)