Skip to content

Commit

Permalink
Note effect of interval on job start speed
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJosh9000 committed May 30, 2024
1 parent 9997649 commit 008bc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func AddConfigFlags(cmd *cobra.Command) {
cmd.Flags().Duration(
"poll-interval",
time.Second,
"time to wait between polling for new jobs",
"time to wait between polling for new jobs (minimum 1s); note that increasing this causes jobs to be slower to start",
)
cmd.Flags().String(
"cluster-uuid",
Expand Down

0 comments on commit 008bc11

Please sign in to comment.