first commit

This commit is contained in:
Ruslan Grak
2025-01-07 10:00:02 +03:00
commit 626d8d3c56
349 changed files with 44175 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
To configure this module, you need to:
#. Nothing special to do.

View File

@@ -0,0 +1 @@
* Cédric Pigeon <cedric.pigeon@acsone.eu>

View File

@@ -0,0 +1,2 @@
This module extends the functionality of queue_job and allows to run an Odoo
cron as a queue job.

View File

@@ -0,0 +1,3 @@
To install this module, you need to:
#. Just install it.

View File

@@ -0,0 +1,9 @@
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.