queue
queue copied to clipboard
Asynchronous Job Queue
### Depends on: - https://github.com/OCA/queue/pull/692 - https://github.com/OCA/queue/pull/681
Either ODOO_QUEUE_JOB_DEFAULT_SUBCHANNEL_CAPACITY may be set as an environment variable, or default_subchannel_capacity may be set in the [queue_job] config file stanza.
When a job has been tried for max_retries but still fails, final `FailedJobError` is raised and job is set to `Failed`. This PR enables developers to run a specific hook...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0 # Modules to migrate - [x] queue_job - By @thienvh332 - #692 - [x] queue_job_cron - By @thienvh332 - #693 - [ ] queue_job_cron_jobrunner - [x] queue_job_subscribe...
## Module queue_job ## Bug I am using Odoo 16 Enterprise and have started utilizing the queue_job module for some processes. My Odoo instance is running on AWS ECS, and...
Description: The README was incorrect and did not properly describe the location of the permission checkbox. This update clarifies that the Job Notifications checkbox is located under the Connectors tab...
## Module queue_job ## Describe the bug when I want to see the form view of a certain job in Odoo-->job queue module, after clicking on a record in jobs...
[12.0][BCK] queue_job: unify no delay option / unified views / don't raise warning for valid context
Backported : - https://github.com/OCA/queue/commit/dff747c68d9c20d912480dbe29ff39e06491cd86 - https://github.com/OCA/queue/commit/9ad73d8c13bec07f412bdafa579377acfe0b5fc7 - https://github.com/OCA/queue/pull/679
Forward port of https://github.com/OCA/queue/pull/668