Skip to content

Commit e7d6c62

Browse files
authored
DEVPROD-27234 reduce retries further when retrying the agent monitor (#9854)
1 parent cb2b741 commit e7d6c62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

units/provisioning_agent_monitor_deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func NewAgentMonitorDeployJob(env evergreen.Environment, h host.Host, id string)
8181
func (j *agentMonitorDeployJob) getRetriesForHost(h host.Host) int {
8282
const (
8383
agentMonitorStaticHostRetries = 25
84-
agentMonitorDefaultRetries = 5
84+
agentMonitorDefaultRetries = 1
8585
)
8686

8787
if h.Provider == evergreen.ProviderNameStatic {

0 commit comments

Comments
 (0)