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

Retry deleting tiles on S3. #225

Merged
merged 1 commit into from
Jul 26, 2017
Merged

Commits on Jul 25, 2017

  1. Retry deleting tiles on S3.

    The `delete_keys` method used to delete tiles from S3 returns an object containing both successes and failures, and does not raise an exception for failures. This means that rare or intermittent errors can result in some tiles not being deleted. Adding a retry mechanism should make sure that is not the case. Although the loop is infinite, the assumption is that errors from S3 are rare and that dealing with them this way is easier than adapting the API of the object to handle returning failure coordinates back to the main process.
    Matt Amos committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    e720f7b View commit details
    Browse the repository at this point in the history