-
-
Notifications
You must be signed in to change notification settings - Fork 200
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 stuck in the unfinished state #448
Comments
@MatUrbanski that's not good! Some questions to help me think through what might be happening: What execution mode are you running in Production? e.g. setting Do you have any logs? The telltale info logs are (linking to #421 which would be a feature that might help diagnose this easier) |
@bensheldon We are running good_job using the |
@MatUrbanski I'm glad we found a workaround by changing the execution mode. I'm not sure why the |
Hi, I'm using
good_job
in the Ruby on Rails 6.0.4.1 app that uses Ruby 2.7.2. Application is deployed to the AWS using Fargate and uses AWS RDS PostgreSQL. After the deployment application is working as expected but at some point, all new jobs are stuck with unfinished state andgood_job
is not processing them. Here is my configuration:config/database.yml:
/config/initializers/good_job.rb
Any idea what can cause issue like that?
The text was updated successfully, but these errors were encountered: