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

Failed uploads should be automatically retried #62

Open
pgaskin opened this issue Mar 8, 2020 · 3 comments
Open

Failed uploads should be automatically retried #62

pgaskin opened this issue Mar 8, 2020 · 3 comments

Comments

@pgaskin
Copy link

pgaskin commented Mar 8, 2020

Recently, I've been encountering intermittent failures when uploading multiple assets to GitHub.

It would be useful if this plugin could automatically retry failed uploads.

@tboerger
Copy link
Contributor

I never had this error. Not sure how this could be implemented properly, if the GitHub API is responding with 500 errors I guess it's hard to add another API call to remove the already uploaded assets without running into another 500 error...

@pgaskin
Copy link
Author

pgaskin commented Mar 16, 2020

It usually works the second time. I was thinking about putting the delete/upload part in a loop with exponential backoff for maybe 3 tries.

If you look at the release page, GitHub shows it with a red triangle saying you need to try uploading it again.

@cyberb
Copy link

cyberb commented Dec 27, 2024

Retry would be nice especially with overwrite mode

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

3 participants