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

Sporadic "Not Found" errors #373

Open
DonMcNamara opened this issue Jul 10, 2023 · 3 comments
Open

Sporadic "Not Found" errors #373

DonMcNamara opened this issue Jul 10, 2023 · 3 comments

Comments

@DonMcNamara
Copy link

I'm seeing sporadic failures of this action with a message of "not found". It seems to eventually work on retry.

I'm wondering if this might be an eventual consistency issue with github. I have no idea, that is just a guess.

Is anyone else seeing this behavior?

2023-07-10T20:34:32.8261356Z ♻️ Deleting previously uploaded asset builder-debug.yml...
2023-07-10T20:34:32.8263347Z ♻️ Deleting previously uploaded asset latest-linux.yml...
2023-07-10T20:34:32.9152383Z ⬆️ Uploading my-app-2.0.23-x64...
2023-07-10T20:34:33.2576571Z ##[error]Not Found

I didn't see it in the readme, but any chance there is a verbose option to troubleshoot this kind of thing?

@DonMcNamara
Copy link
Author

Update: I think this is being caused by multiple concurrent deletes executing across a matrix of runners. The upload/delete functions are executed in parallel so the log lines are being interleaved.

@DonMcNamara
Copy link
Author

I'm pretty sure this PR would solve the issue for me: #343

@RainbowMango
Copy link

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