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

Stop updating state in queue.status()

Statuses of an element can be changed when:

1) It is pulled
2) It is fetched
3) It is workspaced and it finished building
4) One of its dependencies is tracked
5) One of its dependencies is workspaced and finished building

We can therefore update the statuses at those moments and we don't
need to check all the time.

This reduces considerably the calls to update_states that are done
parent ce91ce5d
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