Skip to content

Commit

Permalink
add another line
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed Mar 5, 2024
1 parent 85a9c8c commit dbd12b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/job/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def create_job(service_id):

if job.job_status == JOB_STATUS_PENDING:
process_job.apply_async([str(job.id)], queue=QueueNames.JOBS)
current_app.logger.info(" TEMP LOGGING 8: done process_job.apply_async")

job_json = job_schema.dump(job)
job_json["statistics"] = []
Expand Down

0 comments on commit dbd12b7

Please sign in to comment.