Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: logic change: don't return from WAITING to NEW when the expectat…
…ion isn't ready to be worked on. Reason: We should stay in waiting, since there should be no need to return to NEW (ie to do a new query for available workers), since at this poing we do have a worker assigned. Better then to simply stay at waiting to reduce the amount of unnecessary queries.
- Loading branch information