Closed mperham closed 3 years ago
Explore adding queue pausing to Faktory, per customer request. Initial thoughts:
[UN]PAUSE default
[UN]PAUSE critical bulk
[UN]PAUSE *
Still not sure about the API. Web UI might be enough.
ADMIN [UN]PAUSE <name>
QUEUE [UN]PAUSE <name>
Examples:
QUEUE PAUSE * QUEUE PAUSE foo bar QUEUE RESUME * QUEUE RESUME foo bar
In 1.5.0.
Explore adding queue pausing to Faktory, per customer request. Initial thoughts:
[UN]PAUSE default
- single[UN]PAUSE critical bulk
- varargs[UN]PAUSE *
- special syntax for every queue Faktory knows aboutStill not sure about the API. Web UI might be enough.
ADMIN [UN]PAUSE <name>
to signify an administrative command?QUEUE [UN]PAUSE <name>
to group queue administration commands together?