Adds field on import job to check if job completed
the task isn't a reliable indicator, unfortunately.
This commit is contained in:
@ -69,3 +69,5 @@ def import_data(job_id):
|
||||
item.save()
|
||||
finally:
|
||||
create_notification(job.user, 'IMPORT', related_import=job)
|
||||
job.complete = True
|
||||
job.save()
|
||||
|
Reference in New Issue
Block a user