Skip to content
Snippets Groups Projects
Commit 1e5e528d authored by Benjamin Schubert's avatar Benjamin Schubert
Browse files

buildqueue: only update state of direct reverse dependencies

Previously, we would update the state of all elements in the pipeline,
everytime an element in the queue would change state.

This is inefficient. We know that the only impacted elements will
be the direct build reverse dependencies. We can therefore, by recording
the direct build reverse dependencies, only update those and reduce
the time we spend updating states.
parent 276b8d48
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment