Skip to content
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

reset actionrun endtime on recovery #461

Merged
merged 1 commit into from Jun 20, 2018
Merged

Commits on Jun 20, 2018

  1. reset actionrun endtime on recovery

    each time an actionrun enters a terminal state (as it does with unknown)
    an end time is set for the job.
    
    this is particularly confusing when a job is set back into a running
    state by the recovery job, since the job will be marked as 'running' but
    also have an end time. this change resets the end time to None, such
    that the job appears 'in progress' again.
    Rob-Johnson committed Jun 20, 2018
    Copy the full SHA
    98591db View commit details
    Browse the repository at this point in the history