On Wed, Oct 30, 2024 at 5:51 PM Joey Tran <joey.t...@schrodinger.com> wrote: > > If the bundle is a single unsplittable element though a split request won't > do anything, right?
Correct. You can simply abandon the bundle as well. Actively stopping it is hard (and this goes deeper than just the protocol, canceling arbitrary active threads gets dicy...) > On Wed, Oct 30, 2024, 6:45 PM Robert Bradshaw via dev <dev@beam.apache.org> > wrote: >> >> No, but you can ask it to split ASAP. >> >> On Wed, Oct 30, 2024 at 2:32 PM Joey Tran <joey.t...@schrodinger.com> wrote: >> > >> > Hey all, >> > >> > Is there an RPC for cancelling a processbundlerequest? e.g. if a bundle is >> > taking a while and you want it to timeout and start a different bundle?