const PUSH_QUEUE_CAPACITY: usize = 1_000;
Bounded channel capacity for pending push jobs. If the sender task falls behind, new jobs are dropped (best-effort delivery).