Skip to content

Commit

Permalink
ready for cube gen
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Dec 5, 2024
1 parent 7cdaca1 commit f467665
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xcube_stac/store_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,10 @@ def _retry_search_tiles(self, **search_params) -> list[pystac.Item]:
except Exception as e:
if attempt == retries:
raise
print(
f"{datetime.datetime.now()}: Attempt {attempt} failed with"
f"search parameters {search_params}: {e}. Retrying in 1 seconds."
)
LOG.info(
f"Attempt {attempt} failed with search parameters "
f"{search_params}: {e}. Retrying in 1 seconds."
Expand Down

0 comments on commit f467665

Please sign in to comment.