Skip to content

Conversation

vincent-hatakeyama and others added 7 commits June 16, 2025 10:43
Without this fix, if db_replica_host is set, Odoo might pass a readonly
database cursor and the FOR UPDATE in the method would fail.
It decreases memory footprint when there's thousands of jobs to prioritize.
this make a lot of open file descriptors that we got the limit while instentiate
jobrunner from queue_job_cron_jobrunner in the current channel implementation
OCA#750
@OCA-git-bot
Copy link
Contributor

Hi @guewen,
some modules you are maintaining are being modified, check this out!

@sbidoul sbidoul added this to the 16.0 milestone Jan 2, 2026
@sbidoul
Copy link
Member

sbidoul commented Jan 2, 2026

/ocabot merge minor

@OCA-git-bot
Copy link
Contributor

On my way to merge this fine PR!
Prepared branch 16.0-ocabot-merge-pr-794-by-sbidoul-bump-minor, awaiting test results.

@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 19e2e22. Thanks a lot for contributing to OCA. ❤️

@OCA-git-bot OCA-git-bot merged commit a23895f into OCA:16.0 Jan 2, 2026
6 of 7 checks passed
Honeyxilia added a commit to commown/commown-odoo-addons that referenced this pull request Jan 8, 2026
… to list of allowed context keys

In the following PR, the v16.0 queue_job module was patched to filter context keys, to only allow a select amount of context keys.
-> OCA/queue#794

Due to this module's purpose, using both contract_payment_auto (passing test_target_state in tx tests) and contract_queue_job (performing invoice creation in jobs),
we might need to create a new module in OCA/contract in order to offer the possibility to other users to pass the test_target_state context value in tests,
while using a job to perform invoice creation.
However, in the meantime, we added this fix in this module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants