queue icon indicating copy to clipboard operation
queue copied to clipboard

Asynchronous Job Queue

Results 103 queue issues
Sort by recently updated
recently updated
newest added

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...

question

Duplicate of #395 (which, at the moment, seems to be stalled)

approved
ready to merge

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...

enhancement

*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...

enhancement
no stale

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...

question
no stale

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...

question

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...

question