Don't compute status twice for jobs that are ready when queuing.
Previously, we would put all jobs in the wait queue, if they were not skipped. However, if a job is ready, its state will not change in the future, and it is therefore useless to check its state right after again. This introduces a new `ready_queue`, which contains those jobs that are then sent first.
Loading
Please register or sign in to comment