Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid sporadic "No matching job found" warning
We currently get a "No matching job found - maybe another server was a bit faster. ;)" warning when we just started the last job of a group. The reason is that the INQ count going to zero is tracked in the database by the sql triggers but is not yet updated in the in-memory copy. Decrement group_jobs_inq after we loaded a job.
- Loading branch information