Skip to content

Commit 12adb64

Browse files
committed
7 hour delay
1 parent 31099f9 commit 12adb64

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)