* GrowthBook gate for multi-session spawn modes (--spawn / --capacity / --create-session-in-dir). * Sibling of tengu_ccr_bridge_multi_environment (multiple envs per host:dir) — * this one enables multiple sessions per environment. * Rollout staged via targeting rules: ants first, then gradual ext
()
| 95 | * disk cache for next time. |
| 96 | */ |
| 97 | async function isMultiSessionSpawnEnabled(): Promise<boolean> { |
| 98 | return checkGate_CACHED_OR_BLOCKING('tengu_ccr_bridge_multi_session') |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Returns the threshold for detecting system sleep/wake in the poll loop. |
no test coverage detected