-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Bounce Queue a TSA Action #272
Comments
we have some suspension actions in: kumomta/crates/kumo-api-types/src/shaping.rs Lines 196 to 199 in 2037371
implementation of them is here: kumomta/crates/tsa-daemon/src/http_server.rs Lines 359 to 367 in 2037371
which ultimately shows up via websocket: kumomta/crates/tsa-daemon/src/http_server.rs Lines 663 to 694 in 2037371
and on the client side: kumomta/assets/policy-extras/shaping.lua Lines 217 to 247 in 2037371
which ultimately calls through to: kumomta/crates/kumod/src/http_server/admin_suspend_v1.rs Lines 219 to 238 in 2037371
The goal here is to add Bounce equivalents of these |
No description provided.
The text was updated successfully, but these errors were encountered: