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

Stops performing jobs after few days #1154

Open
owen2345 opened this issue Nov 10, 2021 · 1 comment
Open

Stops performing jobs after few days #1154

owen2345 opened this issue Nov 10, 2021 · 1 comment

Comments

@owen2345
Copy link

Hi,
Delayed_job stops performing background jobs after 3-4 days even if the system process looks normal.

Analysis:

  • system process looks running (normal)
    ps ax ==> 14 ? Rl 33255:19 delayed_job
  • review jobs (are not performed)
    Delayed::Job.count ==> 1
    Delayed::Job.count ==> 1 (still not processed after 1 hour)
  • To have working again, I need to kill the pod (restart system)

System

Hosting: Kubernetes
OS: Debian GNU/Linux 9
Ruby: 2.6
Rails: 6.0.2

@amamrenko
Copy link

Hi, Delayed_job stops performing background jobs after 3-4 days even if the system process looks normal.

Analysis:

  • system process looks running (normal)
    ps ax ==> 14 ? Rl 33255:19 delayed_job
  • review jobs (are not performed)
    Delayed::Job.count ==> 1
    Delayed::Job.count ==> 1 (still not processed after 1 hour)
  • To have working again, I need to kill the pod (restart system)

System

Hosting: Kubernetes OS: Debian GNU/Linux 9 Ruby: 2.6 Rails: 6.0.2

I'm experiencing totally the same situation MacOS. Ruby 3.0.2. On 2.7.5 everything works well. I figured out that it's related to daemons gem.

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