queue
queue copied to clipboard
Asynchronous Job Queue
Migration of https://github.com/OCA/queue/pull/423
https://github.com/OCA/queue/blob/911b995e66c2d550826d1ce9ea4e18ef97ae6dc4/queue_job/job.py#L499-L502 We have this code here but it is constantly causing me issues in v14 with AccessErrors if I perform a function on a record in a different company to...
Duplicate of #395 (which, at the moment, seems to be stalled)
Hi, in base_import_async "known issues/roadmap" section it says: "Validation cannot be run in the background." We would like to develop this feature to validate data without the actual import through...
*Problem* When the Odoo server crashes or is otherwise force-stopped, running jobs are interrupted while the runner has no chance to know they have been aborted. In such situations, jobs...
[Question] queue_job when multiple odoo servers are used with load balancing (and single postgres)
In the scenario where multiple odoo servers are used with load balancing, and a single postgres server is used, will all of the odoo servers try to run all the...
First of all the `queue_job` is fantastic, hats off, and thank you for all the work you have put into it! I would like to ask for some help to...
I would like to bring `queue_job` up to par with version 14.0 The thing is I do not know how. Let me explain the situation: - On November 1, 2021...