Skip to content

Commit

Permalink
Correct flow registration
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Sep 27, 2024
1 parent 466b54b commit 5f3798b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions datascience/src/pipeline/flows_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,7 @@
]
)
logbook.flow.schedule = CronSchedule("0,5,10,15,20,25,30,35,40,45,50,55 * * * *")
missing_dep_alerts.flow.schedule = Schedule(
clocks=[
clocks.CronClock(
"1,16,31,46 * * * *",
parameter_defaults={
"alert_type": "MISSING_DEP_ALERT",
"alert_config_name": "MISSING_DEP_ALERT",
},
),
]
)
missing_dep_alerts.flow.schedule = CronSchedule("1,16,31,46 * * * *")
missing_far_alerts.flow.schedule = Schedule(
clocks=[
clocks.CronClock(
Expand Down

0 comments on commit 5f3798b

Please sign in to comment.