Skip to content

Commit

Permalink
Increase runner recycle timeout, so we can save snapshots with large …
Browse files Browse the repository at this point in the history
…resource requests (buildbuddy-io#6587)
  • Loading branch information
maggie-lou committed May 16, 2024
1 parent 7aea83d commit 9f2c213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/server/remote_execution/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const (
// How long to spend waiting for a runner to be removed before giving up.
runnerCleanupTimeout = 30 * time.Second
// Allowed time to spend trying to pause a runner and add it to the pool.
runnerRecycleTimeout = 3 * time.Minute
runnerRecycleTimeout = 10 * time.Minute
// How long to spend waiting for a persistent worker process to terminate
// after we send the shutdown signal before giving up.
persistentWorkerShutdownTimeout = 10 * time.Second
Expand Down

0 comments on commit 9f2c213

Please sign in to comment.