Skip to content

stateful op? #7946

Answered by jamiedemaria
cboulay asked this question in Q&A
May 17, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hey there! I'm not familiar with what an online signal processing pipeline would look like, so please forgive any incorrect terminology.
I think your best course of action will be to write a sensor. if you write a job that can process a single piece of data, then you could write a sensor that watch the dataset and start a new execution of the job each time there is new data. The sensor runs on a cadence (by default 30 seconds, but can be modified) so you would handle the case where multiple pieces of new data appear between runs of the sensor. One potential drawback for this approach is that each execution of the job will run independently (and potentially parallel) to other executions of…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@cboulay
Comment options

Answer selected by cboulay
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants