pub const WORKER_FLUSH_CAP_PER_TICK: usize = 256;
Maximum events drained from the coalescer per flush tick. Prevents unbounded processing in a single select iteration.