Cron-like task scheduler.
SCM system : Git (git)
Author: Konstantin Nikiforov
Project source url: git://github.com/helllamer/mod_cron.git
Cron is a famous task scheduler for UNIX systems. mod_cron is a task scheduler implementation for zotonic. mod_cron allows you to schedule M:F(A) calls in cron-like manner. For example: "every 5 seconds between 10:00 and 12:00", "every thursday in 9:00", etc.
mod_cron needs zotonic with mod_schema interface (zotonic > 0.8 or trunk).
zotonic modules install mod_cronZotonic <= 0.9:
zotonic installmodule mod_cronZotonic <= 0.6:
git clone git://github.com/helllamer/mod_cron.git mod_cron
Comments
François Cardinaux
Posted 9 years, 3 months ago.
Apparently, this module does not get properly installed with versions below 0.8.
I tried to create the table cron_job using an SQL command, but the module still doesn't work. I'm using Zotonic 0.7.1.
Leave a comment