Skip to content
Snippets Groups Projects
Unverified Commit eca7d9fe authored by Steve Azzopardi's avatar Steve Azzopardi
Browse files

Fix data race for build container

A data race was introduced when we do read from
`watchForRunningBuildContainer` and writes in `requestBuildContainer`
concurrently. Introduce a mutex to do atomic updates and, locked reads.
parent b00023e5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment