Skip to content

Commit 7c9ebb4

Browse files
Update rfcs/0192-min-capacity-ensures-workers-do-not-get-unnecessarily-killed.md
Co-authored-by: Matt Boris <[email protected]>
1 parent 119cdb2 commit 7c9ebb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/0192-min-capacity-ensures-workers-do-not-get-unnecessarily-killed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Currently, workers in pools with `minCapacity >= 1` exhibit wasteful behavior:
3131

3232
**Current Implementation Issues:**
3333
- Worker-manager enforces `minCapacity` by spawning new workers when capacity drops below threshold
34-
- Generic-worker shuts down after `afterIdleSeconds` regardless of `minCapacity` requirements
34+
- Generic-worker shuts down after `idleTimeoutSecs` regardless of `minCapacity` requirements
3535
- Gap exists between worker shutdown and replacement detection/provisioning
3636

3737
## Proposed Solution

0 commit comments

Comments
 (0)