-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRITICAL: job status reported by "cromshell list -u" is incorrect and never updates. #182
Comments
Huh.... I wonder why thats happening. |
Probably has to do with how the TSV gets updated when you query / update it. Somewhere in teh |
Priority of for |
You can place this script in your .cromshell directory to check the status of your jobs. It simply runs
|
The multiple files shouldn't be an issue - it should only be looking in I'll take a look at this very soon. |
cromshell list -u
is supposed to check completion status of all unfinished jobs.However sometimes it reports incorrect values while
cromshell status
reports the correct ones.Even after running
cromshell status
with a specific job id,cromshell list -u
keep listing the old incorrect status.The implication is that the status reported by
cromshell list -u
is unreliable.This could lead to job keep running silently while the user believe that those job were terminated and therefore this is a critical bug.
I have not figure out how to replicate the problem.
However here there are 8 examples of jobs that are listed as running but are in fact terminated.
The text was updated successfully, but these errors were encountered: