fn schedule_batch_notification( state_ref: Arc<Mutex<AppState>>, batch_notify_ref: Arc<Mutex<BatchNotifyState>>, batch_id: u64, )
Spawn a debounced batch-notification task.