[MovingWindow] Add a trigger that fires after having received a fixed number of samples #967
Labels
part:data-pipeline
Affects the data pipeline
type:enhancement
New feature or enhancement visitble to users
Milestone
What's needed?
Currently there is no clean way to wait until the MovingWindow got updated with a certain number of samples.
This feature has been requested in the past and there has been an initial implemented attempt #387.
This feature has been requested again now by @cwasicki.
Proposed solution
Introduce an asynchronous
wait_for_samples
method that returns once the requested number of new samples has been stored in theMovingWindow
.Use cases
Forecast actor
(Add method to MovingWindow that waits for a number of samples #387 (comment))Alternatives and workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: