OCA / queue

Asynchronous Job Queue
GNU Affero General Public License v3.0
179 stars 456 forks source link

[QUESTION][16.0] queue_job: How to run parallel queue #626

Closed Saran440 closed 6 months ago

Saran440 commented 7 months ago

I tested with module queue_job and base_import_async and config odoo.conf

workers = 4
server_wide_modules = web,queue_job

[queue_job]
channels = root:4,root.ir_cron:3

Test 1 (Import 2 file 100k and 50k) with run background

Test 2 (Import 1 file 50k) with run background

I would like to run 2 file in parallel queue. How can I config or do something mistake?

Thank you