From 68c9e8c435e16fe010a76a0ef636b0f9e3d5dd0d Mon Sep 17 00:00:00 2001 From: Kunal Gupta <39487888+iamKunalGupta@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:10:47 +0530 Subject: [PATCH] [TO REVERT ]chore: update cron time to 1 minute for testing --- flow/workflows/scheduled_flows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow/workflows/scheduled_flows.go b/flow/workflows/scheduled_flows.go index 61db3d0262..26d07999a7 100644 --- a/flow/workflows/scheduled_flows.go +++ b/flow/workflows/scheduled_flows.go @@ -62,7 +62,7 @@ func GlobalScheduleManagerWorkflow(ctx workflow.Context) error { slotSizeCtx := withCronOptions(ctx, "record-slot-size-"+info.OriginalRunID, - "*/5 * * * *") + "*/1 * * * *") workflow.ExecuteChildWorkflow(slotSizeCtx, RecordSlotSizeWorkflow) ctx.Done().Receive(ctx, nil)