Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Prevent race condition between concurrent jobs #15

Open
gavv opened this issue Oct 9, 2021 · 0 comments
Open

Prevent race condition between concurrent jobs #15

gavv opened this issue Oct 9, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Contributions are welcome

Comments

@gavv
Copy link
Owner

gavv commented Oct 9, 2021

Consider the following situation:

  • commit A is pushed
  • job A is started
  • commit B is pushed
  • job B is started
  • job B finishes, uploads artifact and updated comment
  • job A finishes, uploads artifact and updated comment

In result, we have outdated artifact and comment. Mixed combination are also possible, when only artifact or only comment is outdated.

We should somehow detect and prevent this situation.

@gavv gavv added help wanted Contributions are welcome good first issue Good for newcomers labels Oct 9, 2021
@gavv gavv added the bug Something isn't working label Jun 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers help wanted Contributions are welcome
Projects
None yet
Development

No branches or pull requests

1 participant