Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

createRelease order race condition #20

Open
daaku opened this issue Jul 15, 2020 · 1 comment
Open

createRelease order race condition #20

daaku opened this issue Jul 15, 2020 · 1 comment

Comments

@daaku
Copy link

daaku commented Jul 15, 2020

There is a race (I just hit this) where createRelease fails because between trying to get it and create it, another build in the matrix already created it. A retry would help. Or maybe always createRelease and check if the failure indicates it already exists, and if so, try to fetch it then.

@svenstaro
Copy link
Owner

Good idea. I noticed this once too.

@svenstaro svenstaro changed the title createRelease order createRelease order race condition Sep 25, 2020
thunder-coding added a commit to termux/upload-release-action that referenced this issue May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants