Merge branch 'main' into csv-import-failures

This commit is contained in:
Mouse Reeve
2021-09-11 07:19:40 -07:00
280 changed files with 10272 additions and 4934 deletions

View File

@ -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)