Uh oh!
There was an error while loading. Please reload this page.
[17.0] [IMP] queue_job: HA job runner using session level advisory lock - #673
Conversation
OCA-git-bot
commented
Jul 18, 2024
Hi @guewen, |
LoisRForgeFlow
commented
Dec 5, 2024
sbidoul
commented
Dec 6, 2024
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
992bc9bComparesbidoul
commented
Dec 6, 2024
Rebased |
LoisRForgeFlow
commented
Mar 17, 2025
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
d9f38cbComparesbidoul
commented
Mar 17, 2025
Yes, let's merge. I have merged #748 and now this one. Two great simplification in queue_job operations! /ocabot merge minor |
OCA-git-bot
commented
Mar 17, 2025
On my way to merge this fine PR! |
OCA-git-bot
commented
Mar 17, 2025
Congratulations, your PR was merged at bd16ee3. Thanks a lot for contributing to OCA. ❤️ |
Forward port of #668