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

Uploads should be made more robust/debuggable when it comes to handling failures. #338

Open
ttys0dev opened this issue Apr 18, 2023 · 0 comments

Comments

@ttys0dev
Copy link

Some ideas that may improve upload reliability:

  • We should automatically retry uploads on failures
  • We should have mechanisms to mitigate thundering herd issues on retries such as having response codes that permanently cancel the retry for an upload and also ones that delay retries
  • We should have an easy to access extension local upload history log that users can use to identify issues with uploads(and maybe have it link to the issue tracker so that reports go to the right place)
  • The extension should push upload failure log records to a remote logging service so that issues can be more easily identified/tracked
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

1 participant