OpenERP and Gunicorn

cron, gunicorn, odoo, wsgi

Solution

Please look at http://thu.openerp.com/open-days-2012/gunicorn.html

Edit: he references the openerp-cron-worker script, it's currently in the process of being merged into 6.1, check the code https://code.launchpad.net/~openerp-dev/openobject-server/6.1-here-comes-the-bogeyman-vmt

Edit2: meanwhile the openerp-cron-worker script has landed in lp:openobject-server/6.1 at rev4184 ( http://bazaar.launchpad.net/~openerp/openobject-server/6.1/revision/4184 )

Problem

Is possible to have a more specific configuration for openerp 6.1 and gunicorn? I'm interested to run openerp on wsgi web server and I'm interested to have a more detailed information about the cron task management :) There is poor documentation on the web.

Original source