Thanks for the video. I'm having an issue with cron job execution when using workers. I have set up 5 workers, and everything seems to work fine. When I check the service status, I see 8 processes running (5 from workers, 1 from the master process, 1 from cron, and 1 from gevent). Everything appears to be functioning correctly so far, but none of my cron jobs are being executed, as there are no related logs. I would appreciate it if you could help me resolve this issue.
@wecodeethiopiasoftwareengi6589 Жыл бұрын
Thank you sir! for your generous gift.
@OdooMates Жыл бұрын
Welcome!
@manarmohamed9027Ай бұрын
Thanks 😊
@OdooMatesАй бұрын
Welcome 😊
@thevetpharmacist2 жыл бұрын
Thanks!
@OdooMates2 жыл бұрын
Welcome
@asmitachavan56218 ай бұрын
Can we configure workers without nginx
@OdooMates6 ай бұрын
nginx is needed for workers
@AdeshPaul Жыл бұрын
Thank you sir!
@OdooMates Жыл бұрын
You are welcome!
@eyesontheworld_2 жыл бұрын
Please could give us an idea on log files as odoo log ,postgresql log their size very big, this problem impact performance of odoo .
@roronoazorro-o5s5 ай бұрын
hi, thanks you sir, i have a question, how do we calculate the limit_memory_hard and limit_memory_soft? i check on the odoo doc but there is no explanation related to that , i found this in some conversation : ex for Odoo 16, limit-memory-soft = 2048 X No of worker * 1024 * 1024 limit-memory-hard = 2560 X No of worker * 1024 * 1024 =>But there are answer like it should not be multiplied for the nomber of workers and now i am lost Thanks a lot for your answer 🙏
@karan8811222 жыл бұрын
Please do add and explain practically all the configuration
@OdooMates2 жыл бұрын
kzbin.info/www/bejne/fnjGpYp8eNtrr6c
@MuhammadUsman-l4v4u Жыл бұрын
I added longpolling port : 8072 in nginx file and odoo.conf file also when i increases worker from 0 to 1 its show bus.bus unavailable error why?
@OdooMates Жыл бұрын
kzbin.info/www/bejne/h2LGZoumfJ1ohac
@mohbadis Жыл бұрын
when i stop odoo-server , odoo still working in browser
@OdooMates Жыл бұрын
that means the stopping is not really getting stopped. if you run ps aux|| grep , you can see the odoo running process and then you can manually kill it by sudo kill -9 process_id