Skip to content

Commit c089c9f

Browse files
Update schedules
1 parent 30ce561 commit c089c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datascience/src/pipeline/flows_config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
},
319319
),
320320
clocks.CronClock(
321-
"2 * * * *",
321+
"0 * * * *",
322322
parameter_defaults={
323323
"alert_type": "NEAFC_FISHING_ALERT",
324324
"alert_config_name": "NEAFC_FISHING_ALERT",
@@ -327,7 +327,7 @@
327327
},
328328
),
329329
clocks.CronClock(
330-
"1 * * * *",
330+
"6 * * 3-5 *",
331331
parameter_defaults={
332332
"alert_type": "BLI_BYCATCH_MAX_WEIGHT_EXCEEDED_ALERT",
333333
"alert_config_name": "BLI_BYCATCH_MAX_WEIGHT_EXCEEDED_ALERT",

0 commit comments

Comments
 (0)