Replies: 5 comments 5 replies
-
@nbauernfeind is adding support for worker termination notifications from the worker itself now. I understand that @niloc132 has added sufficient support that we can monitor "connection health" over the GRPC API already. We're missing integration with the Java, C++, and Python client APIs; presumable @devinrsmith @kosak @jmao-denver will need issues for this if we agree on an a design. |
Beta Was this translation helpful? Give feedback.
-
I don't think we can necessarily rely on |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The 4 status above make me unsure what is the status for "it started and nothing bad has happened [yet]" (connection restablished sounds wrong for that) |
Beta Was this translation helpful? Give feedback.
-
The PR for the server-side, and jsapi-impl, TerminationNotification is here: #1210 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Formalizing some side discussions I've had with a few devs. Right now, we have various "best-effort" mechanisms for notifying GUI users that the worker driving their REPL has terminated.
I think we definitely want to introduce a standard session-status listener in all API clients:
Proposed callbacks:
Beta Was this translation helpful? Give feedback.
All reactions