Skip to content

Commit

Permalink
Local ingest task not final
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Feb 6, 2024
1 parent 0fda68e commit 489e397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readux_ingest_ecds/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def on_failure(self, exc, task_id, args, kwargs, einfo):
app.config_from_object('django.conf:settings')
app.autodiscover_tasks(lambda: settings.INSTALLED_APPS)

@app.task(name='local_ingest_task_ecds', base=FinalTask, autoretry_for=(Exception,), retry_backoff=True, max_retries=20)
@app.task(name='local_ingest_task_ecds', autoretry_for=(Exception,), retry_backoff=True, max_retries=20)
def local_ingest_task_ecds(ingest_id):
"""Background task to start ingest process.
Expand Down

0 comments on commit 489e397

Please sign in to comment.