add timeout safeguards for all slot lifecycle stages
This commit is contained in:
parent
48ff711f39
commit
3be933f16b
4 changed files with 356 additions and 23 deletions
|
|
@ -64,6 +64,10 @@ class CapacityConfig:
|
|||
reservation_ttl_seconds: int = 1200
|
||||
idle_scale_down_seconds: int = 900
|
||||
drain_timeout_seconds: int = 120
|
||||
launch_timeout_seconds: int = 300
|
||||
boot_timeout_seconds: int = 300
|
||||
binding_timeout_seconds: int = 180
|
||||
terminating_timeout_seconds: int = 300
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue