@@ -21,13 +21,13 @@ Scheduled Actions as Queue Jobs
2121 :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
2222 :alt: License: AGPL-3
2323.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github
24- :target: https://github.com/OCA/queue/tree/18 .0/queue_job_cron
24+ :target: https://github.com/OCA/queue/tree/19 .0/queue_job_cron
2525 :alt: OCA/queue
2626.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27- :target: https://translation.odoo-community.org/projects/queue-18 -0/queue-18 -0-queue_job_cron
27+ :target: https://translation.odoo-community.org/projects/queue-19 -0/queue-19 -0-queue_job_cron
2828 :alt: Translate me on Weblate
2929.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30- :target: https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=18 .0
30+ :target: https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=19 .0
3131 :alt: Try me on Runboat
3232
3333|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
@@ -71,25 +71,25 @@ Changelog
7171Features
7272~~~~~~~~
7373
74- - By default prevent parallel run of the same cron job when run as queue
75- job.
74+ - By default prevent parallel run of the same cron job when run as
75+ queue job.
7676
77- When a cron job is run by odoo, the odoo runner will prevent parallel
78- run of the same cron job. Before this change, this was not the case
79- when the cron job was run as a queue job. A new option is added to the
80- cron job when run as a queue job to prevent parallel run. This option
81- is set to True by default. In this way, the behavior is now the same
82- as when the cron job is run by odoo but you keep the possibility to
83- disable this restriction when run as a queue job.
84- (`#612 <https://github.com/OCA/queue/issues/612 >`__)
77+ When a cron job is run by odoo, the odoo runner will prevent parallel
78+ run of the same cron job. Before this change, this was not the case
79+ when the cron job was run as a queue job. A new option is added to
80+ the cron job when run as a queue job to prevent parallel run. This
81+ option is set to True by default. In this way, the behavior is now
82+ the same as when the cron job is run by odoo but you keep the
83+ possibility to disable this restriction when run as a queue job.
84+ (`#612 <https://github.com/OCA/queue/issues/612 >`__)
8585
8686Bug Tracker
8787===========
8888
8989Bugs are tracked on `GitHub Issues <https://github.com/OCA/queue/issues >`_.
9090In case of trouble, please check there if your issue has already been reported.
9191If you spotted it first, help us to smash it by providing a detailed and welcomed
92- `feedback <https://github.com/OCA/queue/issues/new?body=module:%20queue_job_cron%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
92+ `feedback <https://github.com/OCA/queue/issues/new?body=module:%20queue_job_cron%0Aversion:%2019 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
9393
9494Do not contact contributors directly about support or help with technical issues.
9595
@@ -104,10 +104,10 @@ Authors
104104Contributors
105105------------
106106
107- - Cédric Pigeon <cedric.pigeon@acsone.eu>
108- - Nguyen Minh Chien <chien@trobz.com>
109- - Tran Quoc duong <duongtq@trobz.com>
110- - Vo Hong Thien <thienvh@trobz.com>
107+ - Cédric Pigeon <cedric.pigeon@acsone.eu>
108+ - Nguyen Minh Chien <chien@trobz.com>
109+ - Tran Quoc duong <duongtq@trobz.com>
110+ - Vo Hong Thien <thienvh@trobz.com>
111111
112112Other credits
113113-------------
@@ -128,6 +128,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
128128mission is to support the collaborative development of Odoo features and
129129promote its widespread use.
130130
131- This module is part of the `OCA/queue <https://github.com/OCA/queue/tree/18 .0/queue_job_cron >`_ project on GitHub.
131+ This module is part of the `OCA/queue <https://github.com/OCA/queue/tree/19 .0/queue_job_cron >`_ project on GitHub.
132132
133133You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments