Skip to content

OCA/queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1107065 · Feb 20, 2025
Feb 2, 2025
Mar 7, 2024
Jan 28, 2025
Feb 18, 2025
Feb 20, 2025
Apr 4, 2024
Jan 28, 2025
Jan 28, 2025
Jan 28, 2025
Apr 4, 2024
Apr 4, 2024
Nov 1, 2021
Jan 28, 2025
Jan 9, 2024
Feb 2, 2025
Mar 7, 2020
Oct 27, 2023
May 14, 2021
Feb 2, 2025
May 14, 2021
Feb 2, 2025
Nov 20, 2020
Oct 27, 2023
Oct 27, 2023
Nov 20, 2020
Feb 4, 2025
Nov 20, 2020
Oct 5, 2022

Repository files navigation

Runboat Pre-commit Status Build Status codecov Translation Status

Odoo Queue Job

Asynchronous Job Queue. Delay Model methods in asynchronous jobs, executed in the background as soon as possible or on a schedule. Support Channels to segregates jobs in different queues with different capacities. Unlike scheduled tasks, a job captures arguments for later processing.

Available addons

addon version maintainers summary
base_export_async 16.0.1.1.0 Asynchronous export with job queue
base_import_async 16.0.1.2.0 Import CSV files in the background
queue_job 16.0.2.9.0 guewen Job Queue
queue_job_batch 16.0.1.0.1 Job Queue Batch
queue_job_cron 16.0.2.1.0 Scheduled Actions as Queue Jobs
queue_job_cron_jobrunner 16.0.1.1.0 ivantodorovich Run jobs without a dedicated JobRunner
queue_job_subscribe 16.0.1.1.0 Control which users are subscribed to queue job notifications
queue_job_web_notify 16.0.1.0.0 This module allows to display a notification to the related user of a failed job. It uses the web_notify notification feature.
test_queue_job 16.0.2.3.0 Queue Job Tests
test_queue_job_batch 16.0.1.0.0 Test Job Queue Batch

Unported addons

addon version maintainers summary
test_base_import_async 14.0.1.0.1 (unported) Test suite for base_import_async. Normally you don't need to install this.

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.