Skip to content

Commit

Permalink
[TO REVERT ]chore: update cron time to 1 minute for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta committed Mar 12, 2024
1 parent 396d281 commit 2875cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/workflows/scheduled_flows.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2875cc0

Please sign in to comment.