-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test code to do a few retries of layer opens/reads
Test code to deal with cases where S3 seems do repeatedly drop connections and cause GDAL layer accesses in checkRequired/checkOptional to fail after 5 curl acccesses. I'm adding retries (with 5 second sleeps) in the checkRequired/checkOptional functions for now, and also in the RequiredILayer/OptionalILayer.fetchWindow calls, just to see if that helps in getting past the failed S3 operations.
- Loading branch information
Showing
2 changed files
with
75 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters