-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
status: retrieve job status from Job table
* Reads job status from Job table to get the running jobs as the `job_progress` in the Workflow table is not correctly updated, finished jobs are reported as running creating an exception while trying to delete a job which doesn't exist (for more see #299) (closes reanahub/reana#266). * Provides a user understandable message (closes reanahub/reana#266).
- Loading branch information
Diego Rodriguez
committed
Feb 12, 2020
1 parent
9d6ec7d
commit 1fe4606
Showing
3 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters