Skip to content
Commit afd8dc84 authored by Benjamin Schubert's avatar Benjamin Schubert
Browse files

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.
parent ee29f207
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment