#when is a cache volume updated?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
hey there. if i mount a cache volume, and i have concurrent pipeline runs, how is the cache volume updated? is it last writer wins? or am i misunderstanding something?
By default they are shared I think. So your app needs to support concurrent writers to that mount. Otherwise there is a sharing option when creating the cache volume
got it thx