we do this at the graphql layer with a relatively intricate interaction with gevent and graphql subscriptions
what are you trying to do?
w
wbonelli
06/06/2020, 7:46 PM
ah ok, thanks. I wanted to bubble certain events (pipeline init/start/failure) and logs up to another application as they come in. I think I'll just write a custom logger
a
alex
06/06/2020, 7:59 PM
instance=DagsterInstance.get()
Might be what you are looking for, depends on what exactly you mean