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

[1.x] Adds retry middleware on asset upload #200

Merged
merged 2 commits into from
Nov 16, 2022

Conversation

joedixon
Copy link
Contributor

Assets are uploaded to S3 during a deployment. On the rare occasion an upload fails, the deployment is not cancelled which can result in a deployed application with missing assets.

This PR aims to mitigate that by retrying uploads up to 3 times during a deployment.

Screenshot 2022-10-31 at 16 58 10

@joedixon joedixon changed the title Adds retry middleware on asset upload [1.x] Adds retry middleware on asset upload Oct 31, 2022
@joedixon joedixon assigned joedixon and nunomaduro and unassigned joedixon Oct 31, 2022
@nunomaduro nunomaduro assigned joedixon and unassigned nunomaduro Nov 15, 2022
@nunomaduro nunomaduro self-assigned this Nov 16, 2022
@taylorotwell taylorotwell marked this pull request as ready for review November 16, 2022 20:18
@taylorotwell taylorotwell merged commit 55b8f9d into master Nov 16, 2022
@taylorotwell taylorotwell deleted the fix/retry-asset-upload branch November 16, 2022 20:22
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

Successfully merging this pull request may close these issues.

3 participants