Skip to content

Commit

Permalink
Add index error on logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 20, 2024
1 parent 0196572 commit ce30bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tilecloud_chain/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def get_s3_client(self, config: tilecloud_chain.DatedConfig) -> "botocore.client
self.s3_client_cache[cache_s3.get("host", "aws")] = client
return client
except KeyError as e:
_LOGGER.warning("Error while getting the S3 client: %s", e, exc_info=True)
error = e
time.sleep(n * 10)
raise error
Expand Down

0 comments on commit ce30bf8

Please sign in to comment.