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
<!-- ELLIPSIS_HIDDEN -->
> [!IMPORTANT]
> Add backend status stream endpoint and refactor admin commands to
utilize SSE for status updates.
>
> - **Behavior**:
> - Adds `BackendStatus` command to `AdminCommand` in `admin.rs` to
stream backend status updates.
> - Introduces `print_status_stream()` in `admin.rs` to handle streaming
of backend status until a specified status is reached.
> - Refactors `Connect` and `Terminate` commands in `admin.rs` to use
`print_status_stream()` for status updates.
> - **Client**:
> - Exposes `sse` module in `client/mod.rs` for public use.
> - Adds `backend_status_stream()` in `PlaneClient` in `client/mod.rs`
to initiate SSE requests for backend status updates.
> - **Misc**:
> - Minor import reordering in `admin.rs` for better organization.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=jamsocket%2Fplane&utm_source=github&utm_medium=referral)<sup>
for 65c5a3f. It will automatically
update as commits are pushed.</sup>
<!-- ELLIPSIS_HIDDEN -->
0 commit comments