Skip to content

Commit

Permalink
Merge c02edd9 into 27e7531
Browse files Browse the repository at this point in the history
  • Loading branch information
roksys authored Jan 22, 2020
2 parents 27e7531 + c02edd9 commit 8881b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reana_workflow_controller/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def _update_workflow_status(workflow_uuid, status, logs):
alive_statuses = \
[WorkflowStatus.created, WorkflowStatus.running, WorkflowStatus.queued]
if status not in alive_statuses:
workflow.run_finished_at = datetime.now()
_delete_workflow_engine_pod(workflow_uuid)


Expand Down

0 comments on commit 8881b97

Please sign in to comment.