feat(cloud-scheduler): reserve devices atomically
This commit is contained in:
@@ -25,6 +25,9 @@ class CloudConfig:
|
||||
# are rejected rather than letting the backlog grow without limit.
|
||||
max_queue_depth: int = 100
|
||||
|
||||
# Duration of each scheduler-created assignment lease.
|
||||
lease_duration_seconds: float = 60.0
|
||||
|
||||
# Strategy name looked up in the AssignmentStrategy registry (default fifo_match).
|
||||
default_assignment_strategy: str = "fifo_match"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user