We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c724a0 commit c84eff0Copy full SHA for c84eff0
core/src/worker/workflow/workflow_stream.rs
@@ -386,7 +386,7 @@ impl WFStream {
386
// We accept that there might be query tasks remaining in the buffer if we evicted
387
// and re-instantiated here. It's likely those tasks are now invalidated anyway.
388
if maybe_buffered.has_tasks() && should_evict {
389
- panic!("There were leftover buffered tasks");
+ warn!("There were leftover buffered tasks when evicting run");
390
}
391
392
0 commit comments