Skip to content

Commit

Permalink
rename heartbeat_flow to scheduled_flows
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Feb 20, 2024
1 parent 4ac0ef6 commit 36ffb11
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ func GlobalScheduleManagerWorkflow(ctx workflow.Context) error {
slotSizeCtx := withCronOptions(ctx,
fmt.Sprintf("record-slot-size-%s", info.OriginalRunID),
"*/5 * * * *")
workflow.ExecuteChildWorkflow(
slotSizeCtx,
RecordSlotSizeWorkflow,
)
workflow.ExecuteChildWorkflow(slotSizeCtx, RecordSlotSizeWorkflow)

ctx.Done().Receive(ctx, nil)
return ctx.Err()
Expand Down

0 comments on commit 36ffb11

Please sign in to comment.