Skip to content

Commit

Permalink
config: send moderation tasks to the "spam" celery queue
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 11, 2024
1 parent 8ef8e40 commit d761f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ CELERY_TASK_ROUTES = {
"invenio_communities.requests.user_moderation.tasks.restore_community": {
"queue": "spam"
},
"zenodo_rdm.moderation.tasks.run_moderation_handlers": {"queue": "spam"},
"zenodo_rdm.moderation.tasks.update_moderation_request": {"queue": "spam"},
}

# Flask-Babel
Expand Down

0 comments on commit d761f34

Please sign in to comment.