File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 122
122
enrich_positions .flow .schedule = Schedule (
123
123
clocks = [
124
124
clocks .CronClock (
125
- "* * * * *" ,
125
+ "1-59 * * * *" ,
126
126
parameter_defaults = {
127
127
"start_hours_ago" : 7 ,
128
128
"end_hours_ago" : 0 ,
135
135
"recompute_all" : False ,
136
136
},
137
137
),
138
+ clocks .CronClock (
139
+ "0 * * * *" ,
140
+ parameter_defaults = {
141
+ "start_hours_ago" : 24 ,
142
+ "end_hours_ago" : 0 ,
143
+ "minutes_per_chunk" : 1440 ,
144
+ "chunk_overlap_minutes" : 0 ,
145
+ "minimum_consecutive_positions" : MINIMUM_CONSECUTIVE_POSITIONS ,
146
+ "minimum_minutes_of_emission_at_sea" : MINIMUM_MINUTES_OF_EMISSION_AT_SEA ,
147
+ "min_fishing_speed_threshold" : MIN_FISHING_SPEED_THRESHOLD ,
148
+ "max_fishing_speed_threshold" : MAX_FISHING_SPEED_THRESHOLD ,
149
+ "recompute_all" : True ,
150
+ },
151
+ ),
138
152
]
139
153
)
140
154
foreign_fmcs .flow .schedule = CronSchedule ("37 10 * * *" )
You can’t perform that action at this time.
0 commit comments