Skip to content

Commit 02e5145

Browse files
authored
fix(example): update cron schedule format (#295)
Signed-off-by: Vigith Maurice <[email protected]>
1 parent 41f6c0f commit 02e5145

File tree

1 file changed

+1
-1
lines changed
  • packages/pynumaflow/examples/sideinput/simple_sideinput

1 file changed

+1
-1
lines changed

packages/pynumaflow/examples/sideinput/simple_sideinput/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
image: quay.io/numaio/numaflow-python/sideinput-example:stable
1010
imagePullPolicy: Always
1111
trigger:
12-
schedule: "*/2 * * * *"
12+
schedule: "0 */2 * * * *"
1313
# timezone: America/Los_Angeles
1414
vertices:
1515
- name: in

0 commit comments

Comments
 (0)