You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
claiming lock on: environments
waiting for lock
................................
claimed!
error claiming lock: exit status 128
I think this is because two jobs raced each other and one won by pushing to the git repository, so the one that lost should have gone back into the waiting condition instead of throwing an error
Reproduction steps
Race condition
Expected behavior
The job that failed should maybe have been able to retry itself and try and acquire the lock again
Additional context
No response
The text was updated successfully, but these errors were encountered:
claiming lock on: environments
waiting for lock
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
claimed!
sc68cal
changed the title
Claimed lock and then 128 error - should go back into waiting state
Claimed lock and then git 128 error - should go back into waiting state
Jun 10, 2024
Describe the bug
I think this is because two jobs raced each other and one won by pushing to the git repository, so the one that lost should have gone back into the waiting condition instead of throwing an error
Reproduction steps
Race condition
Expected behavior
The job that failed should maybe have been able to retry itself and try and acquire the lock again
Additional context
No response
The text was updated successfully, but these errors were encountered: