| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/queue |
| GIT | |
| GIT | https://github.com/OCA/queue.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/queue/tree/19.0/queue_job_cron |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/queue |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:49 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job odoo/odoo: - base - base_setup - web - bus - web_tour - html_editor - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
openupgradelib requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of queue_job and allows to run an Odoo cron as a queue job. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_cron_view_form |
ir.cron.view.form (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_form |
ir_cron_view_search |
ir.cron.view.search (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_search |
ir_cron_view_tree |
ir.cron.view.tree (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_tree |
channel_id
Many2one → queue.job.channel
comodel_name='queue.job.channel'
compute='_compute_run_as_queue_job'
readonly=False
store=True
string='Channel'
no_parallel_queue_job_run
Boolean
default=True
help='Avoid parallel run. If the cron job is already running, the new one will be skipped. By default, odoo never runs the same cron job in parallel. This option is therefore set to True by default when job is run as a queue job.'
run_as_queue_job
Boolean
help='Specify if this cron should be ran as a queue job'
method_direct_trigger(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/queue |
| GIT | |
| GIT | https://github.com/OCA/queue.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/queue/tree/18.0/queue_job_cron |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Florent Xicluna, Weblate, OCA-git-bot, oca-ci, thien, Julien Pozzani |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/queue |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job odoo/odoo: - base - base_setup - web - bus - web_tour - html_editor - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of queue_job and allows to run an Odoo cron as a queue job. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_cron_view_form |
ir.cron.view.form (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_form |
ir_cron_view_search |
ir.cron.view.search (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_search |
ir_cron_view_tree |
ir.cron.view.tree (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_tree |
channel_id
Many2one → queue.job.channel
comodel_name='queue.job.channel'
compute='_compute_run_as_queue_job'
readonly=False
store=True
string='Channel'
no_parallel_queue_job_run
Boolean
default=True
help='Avoid parallel run. If the cron job is already running, the new one will be skipped. By default, odoo never runs the same cron job in parallel. This option is therefore set to True by default when job is run as a queue job.'
run_as_queue_job
Boolean
help='Specify if this cron should be ran as a queue job'
method_direct_trigger(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/queue |
| GIT | |
| GIT | https://github.com/OCA/queue.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/queue/tree/17.0/queue_job_cron |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Florent Xicluna, Weblate, OCA-git-bot, oca-ci, chien |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/queue |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job odoo/odoo: - base - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of queue_job and allows to run an Odoo cron as a queue job. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_cron_view_form |
ir.cron.view.form (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_form |
ir_cron_view_search |
ir.cron.view.search (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_search |
ir_cron_view_tree |
ir.cron.view.tree (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_tree |
channel_id
Many2one → queue.job.channel
comodel_name='queue.job.channel'
compute='_compute_run_as_queue_job'
readonly=False
store=True
string='Channel'
no_parallel_queue_job_run
Boolean
default=True
help='Avoid parallel run. If the cron job is already running, the new one will be skipped. By default, odoo never runs the same cron job in parallel. This option is therefore set to True by default when job is run as a queue job.'
run_as_queue_job
Boolean
help='Specify if this cron should be ran as a queue job'
method_direct_trigger(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/queue |
| GIT | |
| GIT | https://github.com/OCA/queue.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/queue/tree/16.0/queue_job_cron |
| VERSION | |
| VERSION | 2.1.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Laurent Mignon (ACSONE), Florent Xicluna, Weblate, OCA-git-bot, oca-ci, Benoit Aimont |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/queue |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job odoo/odoo: - base - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_cron_view_form |
ir.cron.view.form (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_form |
ir_cron_view_search |
ir.cron.view.search (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_search |
ir_cron_view_tree |
ir.cron.view.tree (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_tree |
channel_id
Many2one → queue.job.channel
comodel_name='queue.job.channel'
compute='_compute_run_as_queue_job'
readonly=False
store=True
string='Channel'
no_parallel_queue_job_run
Boolean
default=True
help='Avoid parallel run. If the cron job is already running, the new one will be skipped. By default, odoo never runs the same cron job in parallel. This option is therefore set to True by default when job is run as a queue job.'
run_as_queue_job
Boolean
help='Specify if this cron should be ran as a queue job'
method_direct_trigger(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/queue |
| GIT | |
| GIT | https://github.com/OCA/queue.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/queue/tree/15.0/queue_job_cron |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Guewen Baconnier, Weblate, OCA-git-bot, oca-ci, Joan Mateu Jordi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/queue |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:36 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job odoo/odoo: - base - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_cron_view_form |
ir.cron.view.form (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_form |
ir_cron_view_search |
ir.cron.view.search (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_search |
ir_cron_view_tree |
ir.cron.view.tree (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_tree |
channel_id
Many2one → queue.job.channel
comodel_name='queue.job.channel'
compute='_compute_run_as_queue_job'
readonly=False
string='Channel'
run_as_queue_job
Boolean
help='Specify if this cron should be ran as a queue job'
method_direct_trigger(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/queue |
| GIT | |
| GIT | https://github.com/OCA/queue.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/queue/tree/14.0/queue_job_cron |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Cédric Pigeon, Sébastien BEAU, Peter Hahn, oca-travis, Weblate, OCA-git-bot, oca-ci, Xavier Bouquiaux, fshah |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/queue |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job odoo/odoo: - base - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_cron_view_form |
ir.cron.view.form (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_form |
ir_cron_view_search |
ir.cron.view.search (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_search |
ir_cron_view_tree |
ir.cron.view.tree (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_tree |
channel_id
Many2one → queue.job.channel
comodel_name='queue.job.channel'
compute='_compute_run_as_queue_job'
readonly=False
store=True
string='Channel'
no_parallel_queue_job_run
Boolean
default=True
help='Avoid parallel run. If the cron job is already running, the new one will be skipped. By default, odoo never runs the same cron job in parallel. This option is therefore set to True by default when job is run as a queue job.'
run_as_queue_job
Boolean
help='Specify if this cron should be ran as a queue job'
method_direct_trigger(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/queue |
| GIT | |
| GIT | https://github.com/OCA/queue.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/queue/tree/13.0/queue_job_cron |
| VERSION | |
| VERSION | 2.1.1 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Guewen Baconnier, Enric Tobella, Lois Rilo, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/queue |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_cron_view_form |
ir.cron.view.form (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_form |
ir_cron_view_search |
ir.cron.view.search (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_search |
ir_cron_view_tree |
ir.cron.view.tree (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_tree |
channel_id
Many2one → queue.job.channel
comodel_name='queue.job.channel'
compute='_compute_run_as_queue_job'
readonly=False
store=True
string='Channel'
run_as_queue_job
Boolean
help='Specify if this cron should be ran as a queue job'
method_direct_trigger(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/queue |
| GIT | |
| GIT | https://github.com/OCA/queue.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/queue/tree/12.0/queue_job_cron |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Guewen Baconnier, sbejaoui, OCA Transbot, Thomas Binsfeld, oca-travis, Weblate, OCA-git-bot, 黎伟杰 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/queue |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_cron_view_form |
ir.cron.view.form (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_form |
ir_cron_view_search |
ir.cron.view.search (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_search |
ir_cron_view_tree |
ir.cron.view.tree (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_tree |
channel_id
Many2one → queue.job.channel
comodel_name='queue.job.channel'
string='Channel'
run_as_queue_job
Boolean
help='Specify if this cron should be ran as a queue job'
method_direct_trigger(self)
onchange_run_as_queue_job(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/queue |
| GIT | |
| GIT | https://github.com/OCA/queue.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/queue/tree/11.0/queue_job_cron |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | AaronHForgeFlow, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/queue/tree/12.0/queue_job_cron |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job odoo/odoo: - base - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_cron_view_form |
ir.cron.view.form (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_form |
ir_cron_view_search |
ir.cron.view.search (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_search |
ir_cron_view_tree |
ir.cron.view.tree (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_tree |
channel_id
Many2one → queue.job.channel
comodel_name='queue.job.channel'
string='Channel'
run_as_queue_job
Boolean
help='Specify if this cron should be ran as a queue job'
method_direct_trigger(self)
onchange_run_as_queue_job(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/queue |
| GIT | |
| GIT | https://github.com/OCA/queue.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/queue/tree/10.0/queue_job_cron |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | GitHub, Cédric Pigeon, Stéphane Bidoul (ACSONE), oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/queue/tree/10.0/queue_job_cron |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job odoo/odoo: - base - base_setup - web_kanban - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ir_cron_view |
ir.cron.view (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view |
ir_cron_view_search |
ir.cron.view.search (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_search |
ir_cron_view_tree |
ir.cron.view.tree (queue_job_cron) | ir.cron | field | Inherits base.ir_cron_view_tree |
channel_id
Many2one → queue.job.channel
comodel_name='queue.job.channel'
string='Channel'
run_as_queue_job
Boolean
help='Specify if this cron should be ran as a queue job'
onchange_run_as_queue_job(self)