Skip to content

Commit

Permalink
Fix ecwmf (#231)
Browse files Browse the repository at this point in the history
* delay ecmwf by 6 hours and 15 mins #218

* 7 hour delay
  • Loading branch information
peterdudfield authored Jan 27, 2025
1 parent e5597c2 commit 1239aab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def repository() -> entities.RawRepositoryMetadata:
is_archive=False,
is_order_based=True,
running_hours=[0, 6, 12, 18],
delay_minutes=(60 * 6 + 15), # 6 hours and 15 minutes
delay_minutes=(60 * 7), # 7 hours
max_connections=100,
required_env=[
"ECMWF_REALTIME_S3_ACCESS_KEY",
Expand Down

0 comments on commit 1239aab

Please sign in to comment.