Skip to content

Commit

Permalink
Register and schedule foreign fmcs flow
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Jun 5, 2023
1 parent b08e70a commit 23db173
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 @@ -32,6 +32,7 @@
facade_areas,
fao_areas,
fishing_gear_codes,
foreign_fmcs,
infractions,
init_species_groups,
last_positions,
Expand Down Expand Up @@ -95,6 +96,7 @@
),
]
)
foreign_fmcs.flow.schedule = CronSchedule("37 10 * * *")
infractions.flow.schedule = CronSchedule("1 8 * * *")
last_positions.flow.schedule = Schedule(
clocks=[
Expand Down Expand Up @@ -257,6 +259,7 @@
facade_areas.flow,
fao_areas.flow,
fishing_gear_codes.flow,
foreign_fmcs.flow,
infractions.flow,
init_species_groups.flow,
last_positions.flow,
Expand Down

0 comments on commit 23db173

Please sign in to comment.