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.