This question has been flagged
1 Reply
7114 Views

I'm using openerp with gunicorn, can I raise cpu-time-limit? I guess it's done at server/gunicorn.conf.py file, where I can find documentation about this file?

Avatar
Discard
Author Best Answer

didn't realized that conf[] options were the same that in openerp-server.conf, so this should work:

conf['cpu_time_limit'] = 120
Avatar
Discard