Hey all, I have a python runner I've written and I'm debugging the case when a SDK worker crashes. Currently my driver/ runner starts the SDK worker and then pushes data / instructions through the data and control connections, but this just silently waits forever if the worker has actually crashed for whatever reason.
Is there a way to poll SDK workers to see if they're even alive? Cheers, Joey