Commit b02f4f0
committed
feat(run-engine): warn when ck vtime and queue-gates are both enabled
The vtime dequeue and TTL-expiry sweep do not yet enforce queue-gates/total-
concurrency (deferred follow-up). Until they do, enabling both features together
silently under-enforces on those paths and leaks a group slot on vtime expiry.
Both flags are off in production; this warns at construction rather than letting
the mis-enforcement pass unnoticed.1 parent c4af9aa commit b02f4f0
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1488 | 1488 | | |
1489 | 1489 | | |
1490 | 1490 | | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
1491 | 1504 | | |
1492 | 1505 | | |
1493 | 1506 | | |
| |||
0 commit comments