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
@rbozan thanks for pointing at that. Indeed, not all queue control actions are supported right now. We support pause/resume queues by names, and plan to cover the rest of functionality:
pause/resume all queues;
clear (effectively, remove) all queues;
clear (effectively, remove) queues by names;
Planning to deliver that after the ongoing work on the switch to async is finished. But a PR will be much appreciated!
For reference:
The relevant Faktory server code
The corresponding section in our bindings.
It is not clear to me how to remove the queue in Rust using the library. Basically, the equivalent of the Clear button in the WebUI :
The text was updated successfully, but these errors were encountered: