Skip to content

Commit

Permalink
config: move openaire_delete to low queue
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlamba authored and alejandromumo committed Jul 5, 2024
1 parent 6743046 commit a8fe24f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ CELERY_TASK_ROUTES = {
"invenio_rdm_records.services.iiif.tasks.generate_tiles": {"queue": "low"},
"invenio_records_resources.tasks.extract_file_metadata": {"queue": "low"},
"invenio_users_resources.services.users.tasks.execute_moderation_actions": {"queue": "spam"},
"zenodo_rdm.openaire.tasks.openaire_delete": {"queue": "low"},
}

# Flask-Babel
Expand Down Expand Up @@ -911,4 +912,4 @@ COMMUNITIES_SUB_SERVICE_SCHEMA = ZenodoSubcommunityRequestSchema
"""Schema for subcommunity requests."""

COMMUNITIES_SUB_REQUEST_CLS = ZenodoSubCommunityRequest
"""Request type for subcommunities."""
"""Request type for subcommunities."""

0 comments on commit a8fe24f

Please sign in to comment.