We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After a carefully look, I found the wg in redisq.go is used only at RunQueue(), and has no Wait calls.
Should we add q.wg.Wait() to CloseTimeOut or some place else??
Because I'd really want to stop a running queue.
Please take this small quest into consideration. Thanks.. and thanks
The text was updated successfully, but these errors were encountered:
Hi @yedemon I did some research on your question, can you setup a PR to fix it?
Sorry, something went wrong.
Sure, with pleasure. Here it's. #175
No branches or pull requests
After a carefully look, I found the wg in redisq.go is used only at RunQueue(), and has no Wait calls.
Should we add q.wg.Wait() to CloseTimeOut or some place else??
Because I'd really want to stop a running queue.
Please take this small quest into consideration. Thanks.. and thanks
The text was updated successfully, but these errors were encountered: