closeio / tasktiger

Python task queue using Redis
MIT License
1.42k stars 80 forks source link

Add CLI commands #173

Open jkemp101 opened 3 years ago

jkemp101 commented 3 years ago

Some initial work was explored in https://github.com/closeio/tasktiger/pull/48 to allow inspecting/dumping queues from the command line. Administrators could benefit from a CLI that allowed manipulating queues and tasks.

tinvaan commented 1 year ago

@jkemp101 is there a feature spec or a rough list of commands available for this?

48 had the following, but the branch was deleted. are you able to restore it?

jkemp101 commented 1 year ago

We haven't really had a big need for this and therefore haven't given too much thought about moving forward with adding a CLI. Is this something you have a need for?

tinvaan commented 1 year ago

Honestly I'm not going to use it as much either, but I'm happy to help with triaging/fixing if needed. However, if there isn't a real need for anyone, probably best to close this issue for now.