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

fix: Pages direct upload failing with expired JWT error #2687

Merged
merged 1 commit into from
Oct 9, 2023

Commits on Feb 13, 2023

  1. fix: Pages direct upload failing with expired JWT error

    For projects which are slow to upload - either because of client bandwidth or large numbers of files and sizes - It's possible for the JWT to expire multiple times. Since our network request concurrency is set to 3, it's possible that each time the JWT expires we get 3 failed attempts. This can quickly exhaust our upload attempt count and cause the entire process to bail.
    
    This change makes it such that jwt refreshes do not count as a failed upload attempt.
    jrf0110 committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    520eb2d View commit details
    Browse the repository at this point in the history