Skip to content

Commit

Permalink
Add link to syncing explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Nov 15, 2024
1 parent 3ca76c4 commit 3fed830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datascience/src/pipeline/flows_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
]
)
logbook.flow.schedule = CronSchedule("0,5,10,15,20,25,30,35,40,45,50,55 * * * *")

# For details on missing DEP alerts timing and risks of bad syncing with other data,
# see https://github.com/MTES-MCT/monitorfish/pull/3834#issue-2637538251
missing_dep_alerts.flow.schedule = CronSchedule("5,25,45 * * * *")
missing_far_alerts.flow.schedule = Schedule(
clocks=[
Expand Down

0 comments on commit 3fed830

Please sign in to comment.