Skip to content

factorlibre/queue

 
 

Repository files navigation

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 maintainers summary
base_import_async 11.0.2.0.1 Import CSV files in the background
mail_queue_job 11.0.1.0.1 Mail Queue Job
queue_job 11.0.1.4.0 guewen Job Queue
queue_job_batch 11.0.1.1.1 Job Queue Batch
queue_job_cron 11.0.1.0.0 Scheduled Actions as Queue Jobs
queue_job_subscribe 11.0.1.0.0 Control which users are subscribed to queue job notifications
test_base_import_async 11.0.1.0.0 Test suite for base_import_async. Normally you don't need to install this.
test_queue_job 11.0.1.1.0 Queue Job Tests
test_queue_job_batch 11.0.1.1.0 Test Job Queue Batch

Translation Status

Transifex Status

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.8%
  • HTML 32.2%
  • JavaScript 1.7%
  • Less 0.3%