grafana / k6build

K6 build service
GNU Affero General Public License v3.0
2 stars 1 forks source link

Handle concurrent builds of the same binary #34

Closed pablochacin closed 1 day ago

pablochacin commented 2 months ago

A single build service can be handling multiple build requests for the same binary (identified by its hash) concurrently. Each of these builds will try to write to the cache server which can cause corruption.