Lazy initialization of observers #53
Replies: 1 comment 9 replies
-
@laidinidis : I converted this issue to a Q&A discussion. Great question! It should be possible to wrap the observer setup in a Note that in your first example, the pipeline will not re-run reactively since you do not specify any At the moment my time is limited, so if you think you can help with a PR, that would be great. Otherwise, I'll find some time over the next couple of weeks to test. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to initialize observers lazily?
When I'm doing
the pipeline runs really fast, but if I add an observer it's slow
What I want is to run the pipeline, get the results and then initialize the observers.
Beta Was this translation helpful? Give feedback.
All reactions