diff --git a/kube-runtime/src/controller/mod.rs b/kube-runtime/src/controller/mod.rs index 3238830b2..181e20bd7 100644 --- a/kube-runtime/src/controller/mod.rs +++ b/kube-runtime/src/controller/mod.rs @@ -231,7 +231,7 @@ where { let (scheduler_shutdown_tx, scheduler_shutdown_rx) = channel::oneshot::channel(); let err_context = context.clone(); - let (scheduler_tx, scheduler_rx) = channel::mpsc::channel::>>(100); + let (scheduler_tx, scheduler_rx) = channel::mpsc::unbounded::>>(); // Create a stream of ObjectRefs that need to be reconciled trystream_try_via( // input: stream combining scheduled tasks and user specified inputs event