cron cleanup, back to the Kernighan KISS roots 1min poll time, rely only on database...
authorAntony Lesuisse <al@openerp.com>
Sun, 9 Dec 2012 17:04:47 +0000 (18:04 +0100)
committerAntony Lesuisse <al@openerp.com>
Sun, 9 Dec 2012 17:04:47 +0000 (18:04 +0100)
commit42f292af93bc1e77b079fb0a934e6724f3e13d5e
tree025f2d40fafb74aea53ebc73ef2067ed684e54f4
parentd7d1fe562c11f09bcd5f9e3784ecd36b86a4609b
cron cleanup, back to the Kernighan KISS roots 1min poll time, rely only on database, multiprocess/multiserver ready.
Nota: If we replace sequence signaling for cache invalidation with pg
listen/notify in the future, we will use the same mechanism for more accurate
cron timing.

bzr revid: al@openerp.com-20121209170447-zs0k3jazokylwvar
openerp/addons/base/ir/ir_cron.py
openerp/conf/__init__.py
openerp/cron.py [deleted file]
openerp/modules/registry.py
openerp/service/__init__.py
openerp/service/cron.py [new file with mode: 0644]
openerp/tools/config.py