-
-
Notifications
You must be signed in to change notification settings - Fork 534
[15.0][FWD] Port changes from 14.0 #519
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
[15.0][FWD] Port changes from 14.0 #519
Conversation
It can still be activated by overriding a method.
When a job is postponed because of a retryable error, as the error
is not re-raised, we reach the new method
self._enqueue_dependent_jobs(env, job)
With a closed cursor. Return early in case of postponing, as there is
no chance dependent jobs can become pending anyway.
Prevent errors in test if addon not loaded. TT35938
jobrunner_db_user, jobrunner_db_password
|
Hi @guewen, |
|
/ocabot merge minor |
|
What a great day to merge this nice PR. Let's do it! |
|
@simahawk The merge process could not be finalized, because command |
|
Congratulations, your PR was merged at a205554. Thanks a lot for contributing to OCA. ❤️ |
|
@OCA-git-bot that's a bit confusing 🤔 |
Ported w/ OCA/oca-port