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

Unlock jobs when queue is deleted #746

Open
sasharevzin opened this issue Nov 30, 2022 · 2 comments
Open

Unlock jobs when queue is deleted #746

sasharevzin opened this issue Nov 30, 2022 · 2 comments

Comments

@sasharevzin
Copy link

Is your feature request related to a problem? Please describe.
Yes, when the queue is deleted from the Sidekiq dashboard, it doesn't unlock the locks.

Describe the solution you'd like
Override Sidekiq delete queue method to unlock the locks.

Describe alternatives you've considered
I had to delete all locks for all queues to fix the unlocking issue.

Additional context
It might be a very expensive operation to get all locks from the deleted queue, but I would like to hear the other solutions.

@sasharevzin
Copy link
Author

Must be something to do with this endpoint

@mhenrixon
Copy link
Owner

Cheers for reporting! I'll look into it

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