add timeout safeguards for all slot lifecycle stages

This commit is contained in:
Abel Luck 2026-02-27 15:40:39 +01:00
parent 48ff711f39
commit 3be933f16b
4 changed files with 356 additions and 23 deletions

View file

@ -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