Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/2.8' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Dec 18, 2024
2 parents ff2815d + 3222d0f commit 3d903ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions newsroom/web/default_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,10 @@
"queue": celery_queue("newsroom.push"),
"routing_key": "newsroom.push",
},
"newsroom.email.*": {
"queue": celery_queue("newsroom.push"),
"routing_key": "newsroom.push",
},
"newsroom.*": {
"queue": celery_queue("newsroom"),
"routing_key": "newsroom.task",
Expand Down

0 comments on commit 3d903ca

Please sign in to comment.