Does actsion/cache/save guarantee consistency? #160596
Unanswered
brianjmurrell
asked this question in
Actions
Replies: 0 comments 1 reply
-
|
😵💫 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have two jobs running at the same time, racing with each other and both call
actions/cache/savewith the same key at the same moment does actions/cache guarantee that those two processes will not corrupt the cache entry being saved by both? I.e. one of thesavers wins and has their data cached completely and coherently without the othersaver being able to simultaneouslysaveinto the same cache slot and corrupting it.Beta Was this translation helpful? Give feedback.
All reactions