Merge branch 'main' into csv-import-failures
This commit is contained in:
@ -62,7 +62,7 @@ class Importer:
|
||||
job.save()
|
||||
|
||||
|
||||
@app.task
|
||||
@app.task(queue="low_priority")
|
||||
def import_data(source, job_id):
|
||||
"""does the actual lookup work in a celery task"""
|
||||
job = ImportJob.objects.get(id=job_id)
|
||||
|
Reference in New Issue
Block a user