ehsu0407 / queue

Asynchronous Job Queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov

Odoo Queue Modules

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 summary
base_export_async 12.0.1.0.0 Asynchronous export with job queue
queue_job 12.0.1.0.1 Job Queue
queue_job_cron 12.0.1.1.0 Scheduled Actions as Queue Jobs
test_queue_job 12.0.1.0.0 Queue Job Tests

Unported addons

addon version summary
base_import_async 11.0.1.0.0 (unported) Import CSV files in the background
queue_job_subscribe 11.0.1.0.0 (unported) Control which users are subscribed to queue job notifications
test_base_import_async 11.0.1.0.0 (unported) Test suite for base_import_async. Normally you don't need to install this.

Translation Status

Transifex Status

About

Asynchronous Job Queue

License:GNU Affero General Public License v3.0


Languages

Language:Python 71.1%Language:HTML 27.2%Language:JavaScript 1.7%