queue
queue copied to clipboard
Asynchronous Job Queue
this allows portal users to access mailed attachments
**Is your feature request related to a problem?** It's been a long time I'm using queue_job module to process jobs in background. Recently, I moved my project to a 8-core...
Backport of module queue_job_chunk. Based on https://github.com/OCA/queue/pull/737
https://github.com/OCA/queue/blob/8c18e25a98b2231045dc5678ab1d8d3d809ece3c/queue_job/models/queue_job.py#L488 Should be: "view_mode": "list,form",
## Module queue_job ## Describe the bug Job get stuck in Enqueued ## To Reproduce **Affected versions**: 18.0 Steps to reproduce the behavior: 1. I just tested the module in...
When using queue job (thanks btw, excellent addon) I notice that I get these errors quite often: 2024-10-23 06:52:13,986 21661 ERROR kastenman odoo.sql_db: bad query: UPDATE "product_product" SET "write_date" =...
the error is Invalid Operation Error while importing module 'queue_job'. while parsing file:/c:/windows/servic~1/locals~1/appdata/local/temp/tmpv2asv1st/queue_job/security/security.xml:18, somewhere inside Job Queue multi-company ['|', ('company_id', '=', False), ('company_id', 'in', company_ids)]
@guewen do you know the reason why 'started' state is not taken into account for identity_key management? e.g.: a started job with a long execution. A channel of four. Trigger...
Error when upgrading database on odoo.sh to v17 ## Module queue_job 2024-12-12 08:48:46,966 28 ERROR db_2392736 odoo.addons.base.models.ir_model: Failed to load field queue.job.record_ids: skipped Traceback (most recent call last): File "/home/odoo/src/odoo/16.0/odoo/addons/base/models/ir_model.py",...
### Issue: The native test [TestOverrides:test_creates()](https://github.com/odoo/odoo/blob/3c63c517395b758b69c70a99f157501d3da0953e/odoo/addons/base/tests/test_overrides.py#L13 ) fails when queue_job is installed due to a security check that prevents the creation of queue.job records via RPC (see [queue_job.py#L234](https://github.com/OCA/queue/blob/18.0/queue_job/models/queue_job.py#L234)). This results...