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

Jobs sometime stuck in queue #5028

Closed
Dror-bh opened this issue Oct 17, 2021 · 2 comments
Closed

Jobs sometime stuck in queue #5028

Dror-bh opened this issue Oct 17, 2021 · 2 comments

Comments

@Dror-bh
Copy link

Dror-bh commented Oct 17, 2021

Hi.
I am working with Sidekiq 6.1.2 over rails 5.2.0.
Sometime (I could not find any common denominator for the reason) jobs stuck in "Enqueued" and don't process until I reset my sidekiq.service. I only works with one queue, the default queue.
Nothing suspicious is seen in the log files and Sidekiq process is running (by checking: ps aux | grep sidekiq).

What can be done to solve this strange problem?
10X

@mperham
Copy link
Collaborator

mperham commented Oct 17, 2021

Use the TTIN signal, as described in the Signals wiki page.

@mperham
Copy link
Collaborator

mperham commented Oct 22, 2021

I believe this is fixed on main and will be in 6.3.0.

@mperham mperham closed this as completed Oct 22, 2021
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