Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent Job Statuses from being calculated twice
#8435 introduced atomic eval insertion iwth job (de-)registration. This change removes a now obsolete guard which checked if the index was equal to the job.CreateIndex, which would empty the status. Now that the job regisration eval insetion is atomic with the registration this check is no longer necessary to set the job statuses correctly.
- Loading branch information