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

Create a new job if there is an existing job which has failed #46

Merged
merged 1 commit into from Apr 26, 2014

Conversation

rap1ds
Copy link
Contributor

@rap1ds rap1ds commented Apr 25, 2014

Hi!

The delta indexing stop suddenly working for us. We debugged the issue and found a reason:

For debugging and logging purposes, we have configured Delayed Job to keep all failed jobs in delayed_jobs table. We found out that if a delta indexing job fails, no new jobs are created. We changed the where condition to take into account a situation where we have an existing failed job in delayed_jobs table.

Fixes issue: No new delta indexing job is created, if there is an
existing jobs in `delayed_jobs` table and it has failed
pat added a commit that referenced this pull request Apr 26, 2014
Create a new job if there is an existing job which has failed
@pat pat merged commit 839284f into pat:master Apr 26, 2014
@pat
Copy link
Owner

pat commented Apr 26, 2014

Thanks for that :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants