-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb05de3
commit ff7c9fe
Showing
9 changed files
with
87 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Scheduled Actions as Queue Jobs | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:e594f92f3f64913a677efe2ec1a6873402737045411b1f83ff3a672377cbc7cb | ||
!! source digest: sha256:f60ceee0fe0f89efc0c8e032cecd8fab6b3cd80fde8f419fd5b99f8563a892b1 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
|
@@ -58,6 +58,27 @@ 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. | ||
|
||
Changelog | ||
========= | ||
|
||
18.0.1.1.0 (2025-01-16) | ||
----------------------- | ||
|
||
Features | ||
~~~~~~~~ | ||
|
||
- By default prevent parallel run of the same cron job when run as queue | ||
job. | ||
|
||
When a cron job is run by odoo, the odoo runner will prevent parallel | ||
run of the same cron job. Before this change, this was not the case | ||
when the cron job was run as a queue job. A new option is added to the | ||
cron job when run as a queue job to prevent parallel run. This option | ||
is set to True by default. In this way, the behavior is now the same | ||
as when the cron job is run by odoo but you keep the possibility to | ||
disable this restriction when run as a queue job. | ||
(`#612 <https://github.com/OCA/queue/issues/612>`__) | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
|
@@ -79,10 +100,10 @@ Authors | |
Contributors | ||
------------ | ||
|
||
- Cédric Pigeon <[email protected]> | ||
- Nguyen Minh Chien <[email protected]> | ||
- Tran Quoc duong <[email protected]> | ||
- Vo Hong Thien <[email protected]> | ||
- Cédric Pigeon <[email protected]> | ||
- Nguyen Minh Chien <[email protected]> | ||
- Tran Quoc duong <[email protected]> | ||
- Vo Hong Thien <[email protected]> | ||
|
||
Other credits | ||
------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## 18.0.1.1.0 (2025-01-16) | ||
|
||
### Features | ||
|
||
- By default prevent parallel run of the same cron job when run as queue job. | ||
|
||
When a cron job is run by odoo, the odoo runner will prevent parallel run | ||
of the same cron job. Before this change, this was not the case when the | ||
cron job was run as a queue job. A new option is added to the cron job when | ||
run as a queue job to prevent parallel run. This option is set to True by | ||
default. In this way, the behavior is now the same as when the cron job is run | ||
by odoo but you keep the possibility to disable this restriction when run as | ||
a queue job. ([#612](https://github.com/OCA/queue/issues/612)) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters