Skip to content

Commit

Permalink
increase drain grace period wait (#5967)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush authored Oct 9, 2024
1 parent 9b7f7d4 commit faf064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/pkg/agent/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
pendingSyncsQueueSize int = 1000
modelEventHandlerName = "agent.server.models"
modelScalingCoolingDownSeconds = 60 // this is currently used in scale down events
serverDrainingExtraWaitMillis = 500
serverDrainingExtraWaitMillis = 2000
)

type modelRelocatedWaiter struct {
Expand Down

0 comments on commit faf064f

Please sign in to comment.