Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add drop/purge queue to qless-web #174

Open
wodow opened this issue Jan 9, 2014 · 1 comment
Open

Add drop/purge queue to qless-web #174

wodow opened this issue Jan 9, 2014 · 1 comment

Comments

@wodow
Copy link

wodow commented Jan 9, 2014

This would be very useful during development with qless.

Currently, I'm using & abusing redis-cli to drop queues.

@dlecocq
Copy link
Contributor

dlecocq commented Jan 9, 2014

Seems like a reasonable addition. I don't personally have the bandwidth for it at the moment, but the feature in qless-core would look something like this. For all the jobs in all the states in a queue, invoke cancel. The cancel method sends out pubsub messages to all the workers so they should be able to honor that the job is no longer valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants