You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all the queue_job is fantastic, hats off, and thank you for all the work you have put into it!
I would like to ask for some help to better understand the relationship between the defined channels and channel capacity and default Odoo workers.
I'm planning to start using the queue_job with the following configuration:
Adding docs for OCA#431 (comment), which could be surprising and, if not taken into account, could easily block any DB using queue_job.
@moduon MT-6106
Adding docs for OCA#431 (comment), which could be surprising and, if not taken into account, could easily block any DB using queue_job.
@moduon MT-6106
First of all the
queue_job
is fantastic, hats off, and thank you for all the work you have put into it!I would like to ask for some help to better understand the relationship between the defined channels and channel capacity and default Odoo workers.
I'm planning to start using the
queue_job
with the following configuration:Until now (without the
queue_job
being used) my Odoo servers worker setting was 6.I would like to know:
queue_job
job runners will "eat up" normal Odoo workes or it spawns their own separate workers.queue_job
moduleThe text was updated successfully, but these errors were encountered: