|
| 1 | +=============================== |
| 2 | +Scheduled Actions as Queue Jobs |
| 3 | +=============================== |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:c790b0e3494e59c709d57d7dbb0864ac37ce3af23801499f352df7528d5fe072 |
| 11 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 12 | +
|
| 13 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 14 | + :target: https://odoo-community.org/page/development-status |
| 15 | + :alt: Beta |
| 16 | +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png |
| 17 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 18 | + :alt: License: AGPL-3 |
| 19 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/queue/tree/18.0/queue_job_cron |
| 21 | + :alt: OCA/queue |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/queue-18-0/queue-18-0-queue_job_cron |
| 24 | + :alt: Translate me on Weblate |
| 25 | +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png |
| 26 | + :target: https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=18.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module extends the functionality of queue_job and allows to run an |
| 32 | +Odoo cron as a queue job. |
| 33 | + |
| 34 | +**Table of contents** |
| 35 | + |
| 36 | +.. contents:: |
| 37 | + :local: |
| 38 | + |
| 39 | +Installation |
| 40 | +============ |
| 41 | + |
| 42 | +To install this module, you need to: |
| 43 | + |
| 44 | +1. Just install it. |
| 45 | + |
| 46 | +Usage |
| 47 | +===== |
| 48 | + |
| 49 | +To use this module, you need to: |
| 50 | + |
| 51 | +#. Go to a scheduled action, a flag "Run as queue job" will allow you to |
| 52 | +run the action as a queue job. You will also allowed to select a channel |
| 53 | +of its execution. To configure dedicated channels please refers to |
| 54 | +queue_job help: |
| 55 | +https://github.com/OCA/queue/blob/12.0/queue_job/README.rst |
| 56 | + |
| 57 | +Channels can be used to manage sequential jobs and prevent concurrency |
| 58 | +accesses. To do that you just have to define a channel per cron limited |
| 59 | +to 1 at time. |
| 60 | + |
| 61 | +Bug Tracker |
| 62 | +=========== |
| 63 | + |
| 64 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/queue/issues>`_. |
| 65 | +In case of trouble, please check there if your issue has already been reported. |
| 66 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 67 | +`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**>`_. |
| 68 | + |
| 69 | +Do not contact contributors directly about support or help with technical issues. |
| 70 | + |
| 71 | +Credits |
| 72 | +======= |
| 73 | + |
| 74 | +Authors |
| 75 | +------- |
| 76 | + |
| 77 | +* ACSONE SA/NV |
| 78 | + |
| 79 | +Contributors |
| 80 | +------------ |
| 81 | + |
| 82 | +- Cédric Pigeon <cedric.pigeon@acsone.eu> |
| 83 | +- Nguyen Minh Chien <chien@trobz.com> |
| 84 | +- Tran Quoc duong <duongtq@trobz.com> |
| 85 | +- Vo Hong Thien <thienvh@trobz.com> |
| 86 | + |
| 87 | +Other credits |
| 88 | +------------- |
| 89 | + |
| 90 | +The migration of this module from 17.0 to 18.0 was financially supported |
| 91 | +by Camptocamp. |
| 92 | + |
| 93 | +Maintainers |
| 94 | +----------- |
| 95 | + |
| 96 | +This module is maintained by the OCA. |
| 97 | + |
| 98 | +.. image:: https://odoo-community.org/logo.png |
| 99 | + :alt: Odoo Community Association |
| 100 | + :target: https://odoo-community.org |
| 101 | + |
| 102 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 103 | +mission is to support the collaborative development of Odoo features and |
| 104 | +promote its widespread use. |
| 105 | + |
| 106 | +This module is part of the `OCA/queue <https://github.com/OCA/queue/tree/18.0/queue_job_cron>`_ project on GitHub. |
| 107 | + |
| 108 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments