starting from this configuration:
odoo.conf:
[options]
admin_passwd =****
db_host = 127.0.0.1
db_name = false
db_host = False
db_port = False
db_user = user
db_password =*******
addons_path = /addons/path
log_level = info
logfile=/log/path
log_handler = [':INFO']
workers = 6
max_cron_threads = 2
limit_time_real = 120
limit_time_cpu = 60
limit_request = 8192
limit_memory_hard = 1288490188
limit_memory_soft = 2147483648
proxy_mode = True
http_interface = 127.0.0.1
Some of the scheduled tasks do not run. What I am seeing in the logs is that a task is running but at a certain moment Worker (####) timeout is displayed, and the task starts again without allowing the others that are queued not to run. How can i solve this problem