-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
[17.0] [IMP] queue_job: HA job runner using session level advisory lock #673
Conversation
Hi @guewen, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
We deployed this on a 17.0 odoo.sh instance. It works and nobody yelled at us :) Now this is not a high volume deployment. I'm quite confident this PR is good, but we are going to deploy this on a couple of more intensive instances (not odoo.sh) to confirm. I would encourage others to to the same. |
918a966
to
992bc9b
Compare
Rebased |
Hi @sbidoul Still no issues with this improvement from our side. How is it going in your instances? Do you think we can merge? |
Without this, we leak connections to Databases that don't have queue_job installed.
Without this we risk connection leaks in case of exceptions in the constructor.
992bc9b
to
d9f38cb
Compare
Yes, let's merge. I have merged #748 and now this one. Two great simplification in queue_job operations! /ocabot merge minor |
On my way to merge this fine PR! |
Congratulations, your PR was merged at bd16ee3. Thanks a lot for contributing to OCA. ❤️ |
Forward port of #668