You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Shutdown event is emitted when the node is about to shut down, usually for an upgrade. This causes a termination of the event stream since the server is shutting down. The SSE sidecar stores this event in the shutdown table:
We require a new RESTful API for this event that would allow operators to get the latest node shutdown events filter by a limit:
<HOST:PORT>/shutdown?limit=10
The text was updated successfully, but these errors were encountered:
@hectoratcasper commented on Tue Mar 14 2023
https://docs.google.com/document/d/1vBRbBmij9HHotY_8HIaUKk5a9Kq9Rqgxlk-UAE_F7xs/edit?pli=1
The Shutdown event is emitted when the node is about to shut down, usually for an upgrade. This causes a termination of the event stream since the server is shutting down. The SSE sidecar stores this event in the shutdown table:
We require a new RESTful API for this event that would allow operators to get the latest node shutdown events filter by a limit:
The text was updated successfully, but these errors were encountered: