Skip to content

Commit

Permalink
Removing wording saying a signal will ignore start delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Aug 15, 2024
1 parent bb42a8b commit b120432
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,7 @@ type (
EnableEagerStart bool

// StartDelay - Time to wait before dispatching the first workflow task.
// If the workflow gets a signal before the delay, a workflow task will be dispatched and the rest
// of the delay will be ignored. A signal from signal with start will not trigger a workflow task.
// A signal from signal with start will not trigger a workflow task.
// Cannot be set the same time as a CronSchedule.
StartDelay time.Duration

Expand Down

0 comments on commit b120432

Please sign in to comment.