I'm using queue job module.
Link given below
https://apps.odoo.com/apps/modules/13.0/queue_job/
Is there any way I can process jobs simultaneously.
At the moment I have to wait for previous job to complete 1st & then next job start.
My issue is 1st job takes 5mins to complete & 2nd job may take few seconds to complete.
If iam able to run both jobs together I have required output in few seconds.
Use Threads: http://learnopenerp.blogspot.com/2019/04/multi-threading-in-odoo.html
Found the solution , Under conf file define root:4 OR root:4,root.sub:2