Skip to content

Commit

Permalink
Update lib/galaxy/jobs/runners/kubernetes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nuwan Goonasekera <[email protected]>
  • Loading branch information
almahmoud and nuwang authored Jul 30, 2024
1 parent 18d3dfc commit 521b853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/runners/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ def check_watched_item(self, job_state):
job_state.running = True
job_state.job_wrapper.change_state(model.Job.states.RUNNING)
else:
pass
log.debug(f"Job id: {job_state.job_id} with k8s id: {job.name} scheduled and is waiting to start...")
return job_state
elif job_persisted_state == model.Job.states.DELETED:
# Job has been deleted via stop_job and job has not been deleted,
Expand Down

0 comments on commit 521b853

Please sign in to comment.