taskiq-python / taskiq

Distributed task queue with full async support
MIT License
694 stars 44 forks source link

Need a command for checking readiness/liveness #240

Open alchemistake opened 7 months ago

alchemistake commented 7 months ago

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.

s3rius commented 7 months ago

Yes. Thanks for your interest in the project. This is a great idea. We will try to implement when possible.