Skip to content
Snippets Groups Projects
Verified Commit bd93bc65 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh.deposit.injection.scheduler: Adapt default task

parent eecd3397
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class SWHCeleryScheduling(SWHScheduling):
"""
ADDITIONAL_CONFIG = {
'task_name': ('str', 'swh.deposit.tasks.LoadDepositArchive'),
'task_name': ('str', 'swh.deposit.injection.tasks.LoadDepositArchive'),
}
def __init__(self, config=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment