taskiq
taskiq copied to clipboard
Need a command for checking readiness/liveness
trafficstars
I think it will really help if there is command like these:
$ taskiq list workers
Worker name | State
worker1 Listening
worker2 Closing
worker3 Starting
$ taskiq status worker1
Listening
so i can write a readiness probe for kubernetes using these commands.
Yes. Thanks for your interest in the project. This is a great idea. We will try to implement when possible.
Any updates?