queue
queue copied to clipboard
Migration to version 14.0
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 - By @codingforfun - #315
- [x] queue_job_subscribe - By @sbejaoui - #359
- [x] test_base_import_async - By @simahawk - #366
- [x] test_queue_job - By @guewen - #289
- [x] test_queue_job_batch - By @anothingguy - #393
Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list
migrating queue_job
Hi @kevinkhao I just saw your message just after I post the queue_job migration https://github.com/OCA/queue/pull/263
Hi there. I made a quick PR for queue_job_cron
. Basically there where nothing to migrate except fixing the version numbers. I also fixed a bug not related to migration.
https://github.com/OCA/queue/pull/315
Hi, migrating base_import_async in #351
Migrate queue_job_batch
in #393
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
Migrate base_export_async
in https://github.com/OCA/queue/pull/492