[ADD] base modules
This commit is contained in:
3
queue_job_cron/readme/CONFIGURATION.rst
Executable file
3
queue_job_cron/readme/CONFIGURATION.rst
Executable file
@@ -0,0 +1,3 @@
|
||||
To configure this module, you need to:
|
||||
|
||||
#. Nothing special to do.
|
||||
1
queue_job_cron/readme/CONTRIBUTORS.rst
Executable file
1
queue_job_cron/readme/CONTRIBUTORS.rst
Executable file
@@ -0,0 +1 @@
|
||||
* Cédric Pigeon <cedric.pigeon@acsone.eu>
|
||||
2
queue_job_cron/readme/DESCRIPTION.rst
Executable file
2
queue_job_cron/readme/DESCRIPTION.rst
Executable file
@@ -0,0 +1,2 @@
|
||||
This module extends the functionality of queue_job and allows to run an Odoo
|
||||
cron as a queue job.
|
||||
3
queue_job_cron/readme/INSTALL.rst
Executable file
3
queue_job_cron/readme/INSTALL.rst
Executable file
@@ -0,0 +1,3 @@
|
||||
To install this module, you need to:
|
||||
|
||||
#. Just install it.
|
||||
9
queue_job_cron/readme/USAGE.rst
Executable file
9
queue_job_cron/readme/USAGE.rst
Executable 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.
|
||||
Reference in New Issue
Block a user