Skip to content

Commit

Permalink
drop flow: increase start to close timeout (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj authored Feb 17, 2024
1 parent 64bf0ed commit 8c9e21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/workflows/drop_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func DropFlowWorkflow(ctx workflow.Context, req *protos.ShutdownRequest) error {
logger.Info("performing cleanup for flow ", req.FlowJobName)

ctx = workflow.WithActivityOptions(ctx, workflow.ActivityOptions{
StartToCloseTimeout: 1 * time.Minute,
StartToCloseTimeout: 5 * time.Minute,
})

ctx = workflow.WithValue(ctx, shared.FlowNameKey, req.FlowJobName)
Expand Down

0 comments on commit 8c9e21d

Please sign in to comment.