Skip to content

Commit

Permalink
amend comments
Browse files Browse the repository at this point in the history
  • Loading branch information
timl3136 committed Aug 1, 2024
1 parent 92bd2c0 commit 625ac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ type (
// Optional: defaulted to 0 seconds
JitterStart time.Duration

// FirstRunAt - Specific time to let the first run of the workflow to start at,
// FirstRunAt - Specific time (in RFC 3339 format) to let the first run of the workflow to start at,
// This will only be used and override DelayStart and JitterStart if provided in the first run
// Optional: defaulted to Unix epoch time
FirstRunAt time.Time
Expand Down

0 comments on commit 625ac21

Please sign in to comment.