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)