Skip to content

Commit

Permalink
Update missing DEP alerts flow schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Nov 6, 2024
1 parent 4b3d518 commit 3ca76c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience/src/pipeline/flows_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
]
)
logbook.flow.schedule = CronSchedule("0,5,10,15,20,25,30,35,40,45,50,55 * * * *")
missing_dep_alerts.flow.schedule = CronSchedule("1,16,31,46 * * * *")
missing_dep_alerts.flow.schedule = CronSchedule("5,25,45 * * * *")
missing_far_alerts.flow.schedule = Schedule(
clocks=[
clocks.CronClock(
Expand Down

0 comments on commit 3ca76c4

Please sign in to comment.