You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this commit, stopping a job execution left
its status in a STARTED status and its end time unset.
This commit fixes that by making sure the job and step
executions are marked as STOPPED and have a non-null
end time value before updating their status in the job
repository.
Resolves#4023
0 commit comments