oca-technical/odoo-bringout-oca-queue-queue_job_cron/queue_job_cron/readme/USAGE.rst
2025-08-29 15:43:03 +02:00

9 lines
481 B
ReStructuredText

To use this module, you need to:
#. Go to a scheduled action, a flag "Run as queue job" will allow you to run
the action as a queue job. You will also allowed to select a channel of its
execution.
To configure dedicated channels please refers to queue_job help: https://github.com/OCA/queue/blob/12.0/queue_job/README.rst
Channels can be used to manage sequential jobs and prevent concurrency accesses.
To do that you just have to define a channel per cron limited to 1 at time.