Update compute timeout
This commit is contained in:
parent
4f13164bde
commit
00396b82eb
@ -173,7 +173,7 @@ resource "azurerm_machine_learning_compute_cluster" "image-builder" {
|
||||
scale_settings {
|
||||
min_node_count = 0
|
||||
max_node_count = 1
|
||||
scale_down_nodes_after_idle_duration = "PT30S" # 30 seconds
|
||||
scale_down_nodes_after_idle_duration = "PT15M" # 15 minutes
|
||||
}
|
||||
|
||||
identity {
|
||||
|
Loading…
x
Reference in New Issue
Block a user