Skip to content

Commit

Permalink
Schedule and register suspicions of under-declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Nov 6, 2024
1 parent 0750e52 commit 4b3d518
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 @@ -61,6 +61,7 @@
risk_factor,
scrape_legipeche,
species,
suspicions_of_under_declaration_alerts,
update_beacon_malfunctions,
validate_pending_alerts,
vessels,
Expand Down Expand Up @@ -315,6 +316,7 @@
regulations_open_data.flow.schedule = CronSchedule("18 1 * * 5")
risk_factor.flow.schedule = CronSchedule("3,23,43 * * * *")
scrape_legipeche.flow.schedule = CronSchedule("15 5 * * 1,2,3,4,5")
suspicions_of_under_declaration_alerts.flow.schedule = CronSchedule("57 6 * * *")
validate_pending_alerts.flow.schedule = Schedule(
clocks=[
clocks.CronClock(
Expand Down Expand Up @@ -370,6 +372,7 @@
risk_factor.flow,
scrape_legipeche.flow,
species.flow,
suspicions_of_under_declaration_alerts.flow,
validate_pending_alerts.flow,
vessels.flow,
]
Expand Down

0 comments on commit 4b3d518

Please sign in to comment.