Skip to content

Commit 9b1fcd7

Browse files
authored
Merge pull request #3733 from buildkite/default-ping-mode-poll
Default ping-mode to ping-only for now
2 parents a0854aa + aa2e16e commit 9b1fcd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clicommand/agent_start.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,8 @@ var AgentStartCommand = cli.Command{
764764
// API + agent behaviour
765765
cli.StringFlag{
766766
Name: "ping-mode",
767-
Usage: "Selects available protocols for dispatching work to this agent. One of auto (default), ping-only, stream-only.",
768-
Value: "auto",
767+
Usage: "Selects available protocols for dispatching work to this agent. One of ping-only (default), auto (prefer streaming, but fall back to polling when necessary) or stream-only.",
768+
Value: "ping-only",
769769
EnvVar: "BUILDKITE_AGENT_PING_MODE",
770770
},
771771

0 commit comments

Comments
 (0)