Skip to content
  • Steve Xuereb's avatar
    Fix data race for build container · eca7d9fe
    Steve Xuereb authored
    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.
    eca7d9fe