queue
queue copied to clipboard
Asynchronous Job Queue
I am building sort of a ETL for migrating/importing lots of data into Odoo 15. Asynchronous import is part of the big picture. To my big surprise I found out...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-14.0 # Modules to migrate - [ ] base_export_async - [x] base_import_async - By @simahawk - #366 - [x] queue_job - By @guewen - #289 - [x] queue_job_cron...
this in itself isn't sufficient for any job, but other migrations can use the parsed args/kwargs to simplify their own migrations
…on and rollback Backport from https://github.com/OCA/queue/commit/ca2af1582f8d8f0b770afe392ada94991319d2f9
This change improves functionality in environments with multiple databases in the postgres cluster. Some environments have hidden databases, and may use list_db = False in favor of the db_filter config...
Hi, Having bit of an issue with using queue_job. Specifically, the job always fails the first time if the eta argument is undefined in the with_delay() call. I've tied the...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-15.0 # Modules to migrate - [ ] base_export_async - [ ] base_import_async - [x] queue_job - https://github.com/OCA/queue/pull/384 - [ ] queue_job_cron - By @JoanMForgeFlow - #410 -...