Skip to content

Commit

Permalink
This does need to exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource committed Nov 17, 2023
1 parent 296e1bd commit 67a7be2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/worker/workflow/workflow_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ use tracing::{Level, Span};
pub(super) struct WFStream {
runs: RunCache,
/// Buffered polls for new runs which need a cache slot to open up before we can handle them
/// TODO: Does this even need to exist any more?
buffered_polls_need_cache_slot: VecDeque<PermittedWFT>,
/// Is filled with runs that we decided need to have their history fetched during state
/// manipulation. Must be drained after handling each input.
Expand Down

0 comments on commit 67a7be2

Please sign in to comment.