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

WIP - Requeue jobs that are not actively running (i.e. CPU timeout) #5

Open
wants to merge 1 commit into
base: 11.0
Choose a base branch
from

Conversation

PeterC10
Copy link
Collaborator

@PeterC10 PeterC10 commented Feb 4, 2025

Backport of enhancement from Odoo 16 PR on OCA: OCA#716

Currently testing on Staging.

Need to decide the following:

  • Do we want to requeue the job (as long as max retries not exceeded) or mark it as failed immediately?
  • Check how this is reported via Sentry compared to other job errors
  • If restarting the Odoo instance, any jobs in started state will be automatically started again - need to make sure this isn't likely to cause an issue
  • Whether to keep the current stuck jobs cron job

Backport of enhancement from Odoo 16 PR on OCA:  OCA#716
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.

1 participant