Merge branch 'main' into csv-import-failures
This commit is contained in:
commit
b36f7d7b69
280 changed files with 10272 additions and 4934 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue