https://github.com/oca/queue
Asynchronous Job Queue
https://github.com/oca/queue
addons asynchronous-jobs odoo
Last synced: 8 months ago
JSON representation
Asynchronous Job Queue
- Host: GitHub
- URL: https://github.com/oca/queue
- Owner: OCA
- License: agpl-3.0
- Created: 2016-10-31T07:41:14.000Z (over 9 years ago)
- Default Branch: 18.0
- Last Pushed: 2025-09-18T15:42:58.000Z (9 months ago)
- Last Synced: 2025-09-23T09:57:01.596Z (9 months ago)
- Topics: addons, asynchronous-jobs, odoo
- Language: Python
- Size: 6.92 MB
- Stars: 228
- Watchers: 48
- Forks: 514
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=18.0)
[](https://github.com/OCA/queue/actions/workflows/pre-commit.yml?query=branch%3A18.0)
[](https://github.com/OCA/queue/actions/workflows/test.yml?query=branch%3A18.0)
[](https://codecov.io/gh/OCA/queue)
[](https://translation.odoo-community.org/engage/queue-18-0/?utm_source=widget)
# queue
queue
[//]: # (addons)
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[base_import_async](base_import_async/) | 18.0.1.0.0 | | Import CSV files in the background
[queue_job](queue_job/) | 18.0.2.0.2 |
| Job Queue
[queue_job_batch](queue_job_batch/) | 18.0.1.0.0 | | Job Queue Batch
[queue_job_cron](queue_job_cron/) | 18.0.1.1.1 | | Scheduled Actions as Queue Jobs
[queue_job_cron_jobrunner](queue_job_cron_jobrunner/) | 18.0.1.0.1 |
| Run jobs without a dedicated JobRunner
[queue_job_subscribe](queue_job_subscribe/) | 18.0.1.0.0 | | Control which users are subscribed to queue job notifications
[test_queue_job](test_queue_job/) | 18.0.2.0.0 | | Queue Job Tests
[test_queue_job_batch](test_queue_job_batch/) | 18.0.1.0.0 | | Test Job Queue Batch
[//]: # (end addons)
## Licenses
This repository is licensed under [AGPL-3.0](LICENSE).
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](http://odoo-community.org/), is a nonprofit
organization whose mission is to support the collaborative development of Odoo features
and promote its widespread use.