Skip to content

Commit

Permalink
fetch job status from runner
Browse files Browse the repository at this point in the history
  • Loading branch information
b97pla committed Oct 11, 2023
1 parent 43b4aac commit b799d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive_upload/handlers/dsmc_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ def post(self, archive):
"job_id": job_id,
"service_version": version,
"link": status_end_point,
"state": State.STARTED}
"state": self.runner_service.status(job_id)}

self.set_status(
202,
Expand Down

0 comments on commit b799d83

Please sign in to comment.