33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Queue Job Cron Jobrunner </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="queue-job-cron-jobrunner ">
364- < h1 class ="title "> Queue Job Cron Jobrunner</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="queue-job-cron-jobrunner ">
370+ < h1 > Queue Job Cron Jobrunner</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:8805630c706cd2c715ed4e9086e130d580daff40f87890af0f3a2c928c01db16
375+ !! source digest: sha256:3c8052bb9647ac1c2222b7bbe43133884ab314534ef09686a3aef58e6b38f712
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Alpha " src ="https://img.shields.io/badge/maturity-Alpha-red.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/queue/tree/18.0/queue_job_cron_jobrunner "> < img alt ="OCA/queue " src ="https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/queue-18-0/queue-18-0-queue_job_cron_jobrunner "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Alpha " src ="https://img.shields.io/badge/maturity-Alpha-red.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/queue/tree/18.0/queue_job_cron_jobrunner "> < img alt ="OCA/queue " src ="https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/queue-18-0/queue-18-0-queue_job_cron_jobrunner "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > This module implements a simple < tt class ="docutils literal "> queue.job</ tt > runner using < tt class ="docutils literal "> ir.cron</ tt >
374379triggers.</ p >
375380< p > It’s meant to be used on environments where the regular job runner can’t
@@ -406,7 +411,7 @@ <h1 class="title">Queue Job Cron Jobrunner</h1>
406411</ ul >
407412</ div >
408413< div class ="section " id ="configuration ">
409- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h1 >
414+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h2 >
410415< p > Warning</ p >
411416< p > Don’t use this module if you’re already running the regular
412417< tt class ="docutils literal "> queue_job</ tt > runner.</ p >
@@ -428,7 +433,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
428433</ ul >
429434</ div >
430435< div class ="section " id ="known-issues-roadmap ">
431- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Known issues / Roadmap</ a > </ h1 >
436+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Known issues / Roadmap</ a > </ h2 >
432437< ul class ="simple ">
433438< li > Support channel capacity and priority. (See < tt class ="docutils literal "> _acquire_one_job</ tt > )</ li >
434439< li > Gracefully handle CronWorker CPU timeouts. (See < tt class ="docutils literal "> _job_runner</ tt > )</ li >
@@ -437,23 +442,23 @@ <h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
437442</ ul >
438443</ div >
439444< div class ="section " id ="bug-tracker ">
440- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h1 >
445+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h2 >
441446< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/queue/issues "> GitHub Issues</ a > .
442447In case of trouble, please check there if your issue has already been reported.
443448If you spotted it first, help us to smash it by providing a detailed and welcomed
444449< a class ="reference external " href ="https://github.com/OCA/queue/issues/new?body=module:%20queue_job_cron_jobrunner%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
445450< p > Do not contact contributors directly about support or help with technical issues.</ p >
446451</ div >
447452< div class ="section " id ="credits ">
448- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h1 >
453+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h2 >
449454< div class ="section " id ="authors ">
450- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h2 >
455+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h3 >
451456< ul class ="simple ">
452457< li > Camptocamp SA</ li >
453458</ ul >
454459</ div >
455460< div class ="section " id ="contributors ">
456- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h2 >
461+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h3 >
457462< ul >
458463< li > < p class ="first "> < a class ="reference external " href ="https://www.camptocamp.com "> Camptocamp</ a > </ p >
459464< blockquote >
@@ -465,7 +470,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
465470</ ul >
466471</ div >
467472< div class ="section " id ="maintainers ">
468- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
473+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h3 >
469474< p > This module is maintained by the OCA.</ p >
470475< a class ="reference external image-reference " href ="https://odoo-community.org ">
471476< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -480,5 +485,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
480485</ div >
481486</ div >
482487</ div >
488+ </ div >
483489</ body >
484490</ html >
0 commit comments