Skip to content

Commit 7669710

Browse files
authored
Merge branch 'main' into devsjc/gfs-variable-correction
2 parents db77e28 + 1239aab commit 7669710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nwp_consumer/internal/repositories/raw_repositories/ecmwf_realtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def repository() -> entities.RawRepositoryMetadata:
6969
is_archive=False,
7070
is_order_based=True,
7171
running_hours=[0, 6, 12, 18],
72-
delay_minutes=(60 * 6 + 15), # 6 hours and 15 minutes
72+
delay_minutes=(60 * 7), # 7 hours
7373
max_connections=100,
7474
required_env=[
7575
"ECMWF_REALTIME_S3_ACCESS_KEY",

0 commit comments

Comments
 (0)