Skip to content

Commit

Permalink
chore: set default startup in det-deploy to 20m (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron276h committed Oct 1, 2020
1 parent c20deab commit 6701cd7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/determined_deploy/aws/templates/efs.yaml
Expand Up @@ -87,7 +87,7 @@ Parameters:
MaxAgentStartingPeriod:
Type: String
Description: How long for agent starting before retrying
Default: 10m
Default: 20m

MaxDynamicAgents:
Type: Number
Expand Down
2 changes: 1 addition & 1 deletion deploy/determined_deploy/aws/templates/fsx.yaml
Expand Up @@ -86,7 +86,7 @@ Parameters:
MaxAgentStartingPeriod:
Type: String
Description: How long for agent starting before retrying
Default: 10m
Default: 20m

MaxDynamicAgents:
Type: Number
Expand Down
2 changes: 1 addition & 1 deletion deploy/determined_deploy/aws/templates/secure.yaml
Expand Up @@ -107,7 +107,7 @@ Parameters:
MaxAgentStartingPeriod:
Type: String
Description: How long for agent starting before retrying
Default: 10m
Default: 20m

MaxDynamicAgents:
Type: Number
Expand Down
2 changes: 1 addition & 1 deletion deploy/determined_deploy/aws/templates/simple.yaml
Expand Up @@ -73,7 +73,7 @@ Parameters:
MaxAgentStartingPeriod:
Type: String
Description: How long for agent starting before retrying
Default: 10m
Default: 20m

MaxDynamicAgents:
Type: Number
Expand Down
2 changes: 1 addition & 1 deletion deploy/determined_deploy/gcp/constants.py
Expand Up @@ -7,7 +7,7 @@ class defaults:
GPU_TYPE = "nvidia-tesla-k80"
MASTER_INSTANCE_TYPE = "n1-standard-2"
MAX_IDLE_AGENT_PERIOD = "10m"
MAX_AGENT_STARTING_PERIOD = "10m"
MAX_AGENT_STARTING_PERIOD = "20m"
OPERATION_TIMEOUT_PERIOD = "5m"
MAX_DYNAMIC_AGENTS = 5
STATIC_AGENTS = 0
Expand Down

0 comments on commit 6701cd7

Please sign in to comment.