[Catalyst] C::P::Scheduler

2007-08-23 Thread Will Smith
Hi, I'm trying to use the plugin to run a cron job by adding this to the myapp.pm : __PACKAGE__-schedule( at= '0 * * * *', event = '/email/checkemail', auto_run = 1, ); This suppose to set the process checkemail run every hour, but it does nothing at all.

Re: [Catalyst] C::P::Scheduler

2007-08-23 Thread taulmarill
Am Do, 23.08.2007, 14:45, schrieb Will Smith: Hi, I'm trying to use the plugin to run a cron job by adding this to the myapp.pm : __PACKAGE__-schedule( at= '0 * * * *', event = '/email/checkemail', auto_run = 1, ); This suppose to set the process