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

Finished jobs don't show up as finished #415

Closed
sedubois opened this issue Oct 8, 2021 · 2 comments
Closed

Finished jobs don't show up as finished #415

sedubois opened this issue Oct 8, 2021 · 2 comments

Comments

@sedubois
Copy link

sedubois commented Oct 8, 2021

On my dev machine, jobs run correctly and are correctly marked in the dashboard as 'finished', and I can see that performed_at and finished_at are present when printing GoodJob::ActiveJobJob.last in the console. This is true in development both when using the default async execution_mode and also when overriding it with external and running bundle exec good_job start separately.

However when running the same code in staging (Rails.env = production), jobs also run correctly but they always show up as 'unfinished' in the dashboard, and performed_at and finished_at remain nil. How to go about finding the cause of this?

@sedubois
Copy link
Author

sedubois commented Oct 8, 2021

Apologies: the worker was not started in the Heroku staging environment!

@sedubois sedubois closed this as completed Oct 8, 2021
@bensheldon
Copy link
Owner

fhew! I was a little worried there 😅

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