queue
queue copied to clipboard
Asynchronous Job Queue
The automatic dead jobs requeuer now works out of the box.
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-19.0 # Modules to migrate - [ ] base_import_async - By @tishmen - #841 - [ ] queue_job - By @tishmen - #840 - [ ] queue_job_batch -...
Scope - queue_job_subscribe Depends on - [ ] https://github.com/OCA/queue/pull/840 Summary - Migrate to Odoo 19; tests included. No functional changes beyond compatibility. Temporary references - test-requirements.txt adds temporary dependencies to...
We're migrating on Odoo(.sh) 16.0 to 18.0 and this happened (error below). I tried to add openupgradelib in my requirements.txt in my repo and it doesn't solve it. It's from...
Is your feature request related to a problem? If so, please provide clear and concise description of what the problem is. One off challenges using the job queue is to...
**Details:** - Added `ar.po` to the `i18n` directory. - Translations were created based on the `queue_job.pot` template and referencing the `es.po` file for consistency where appropriate. - This enables Arabic...
I saw in the documentation that it’s possible to use chains and groups to build a graph of job execution. However, one question came to my mind: if Job 2...
Scope - queue_job_batch, test_queue_job_batch Depends on - [ ] https://github.com/OCA/queue/pull/840 Summary - Migrate to Odoo 19; tests included. No functional changes beyond compatibility. Temporary references - test-requirements.txt adds temporary dependencies...
## Module queue_job_batch ## Describe the bug Job batches stuck in `In Progress` even when all are finished. ## To Reproduce Odoo 18.0 Enterprise Steps to reproduce the behavior: 1....