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

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

help wanted
work in progress
no stale

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

bug

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

enhancement

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

bug

Backported : - https://github.com/OCA/queue/commit/dff747c68d9c20d912480dbe29ff39e06491cd86 - https://github.com/OCA/queue/commit/9ad73d8c13bec07f412bdafa579377acfe0b5fc7 - https://github.com/OCA/queue/pull/679

approved
ready to merge

Forward port of https://github.com/OCA/queue/pull/668

approved