Skip to content

Commit

Permalink
celery: add update_domain_status task
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack committed Nov 12, 2024
1 parent 35165ab commit e65885b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions invenio_app_rdm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,10 @@ def files_rest_permission_factory(obj, action):
"task": "invenio_accounts.tasks.delete_ips",
"schedule": timedelta(hours=6),
},
"update_domain_status": {
"task": "invenio_accounts.tasks.update_domain_status",
"schedule": timedelta(hours=4),
},
"draft_resources": {
"task": ("invenio_drafts_resources.services.records.tasks.cleanup_drafts"),
"schedule": timedelta(minutes=60),
Expand Down

0 comments on commit e65885b

Please sign in to comment.