[Catalyst] Schedule::Cron

2008-02-13 Thread Will Smith
I've been trying to use this plugin and looks like it does not work properly, or does not work at all. I'm not sure if you have used this module and how to get it work. This is what I did, in base class: __PACKAGE__-schedule( at= '0 * * * *', event = '/email/checkemail'

Re: [Catalyst] Schedule::Cron

2008-02-13 Thread Eduardo Anuel
I tried to use the last version of that module and it didn't work for me, but the 0.06 version worked perfectly, maybe it's that I didn't understood the docs or something, but I tried to get it to work almost a week and nothing so ... On 0.06 version I have used it triggering the event with a

Re: [Catalyst] Schedule::Cron

2008-02-13 Thread Jonathan Rockway
* On Wed, Feb 13 2008, Will Smith wrote: Is there any cron job module that I can use? I have tried Schedule::Cron, but it gave me an error that cannot start the application. How about running cron jobs from ... cron! Example code: #!/usr/bin/env perl use YourApp::Cron::Daily;

Re: [Catalyst] Schedule::Cron

2008-02-13 Thread Wade . Stuart
Andrew Kornak [EMAIL PROTECTED] wrote on 02/13/2008 04:41:08 PM: It occurs to me that some might not have the advantage of being on an open platform and may be in a primitive Windows environment. I am uncertain if there is an equivalent to cron on Windows and this plugin might be a portable

Re: [Catalyst] Schedule::Cron

2008-02-13 Thread Andrew Kornak
On Wed, 2008-02-13 at 16:18 -0600, Jonathan Rockway wrote: * On Wed, Feb 13 2008, Will Smith wrote: Is there any cron job module that I can use? I have tried Schedule::Cron, but it gave me an error that cannot start the application. How about running cron jobs from ... cron! Example

Re: [Catalyst] Schedule::Cron

2008-02-13 Thread Ashley
On Feb 13, 2008, at 2:41 PM, Andrew Kornak wrote: It occurs to me that some might not have the advantage of being on an open platform and may be in a primitive Windows environment. I am uncertain if there is an equivalent to cron on Windows and this plugin might be a portable alternative in such

Re: [Catalyst] Schedule::Cron

2008-02-13 Thread Andrew Kornak
On Wed, 2008-02-13 at 16:55 -0600, [EMAIL PROTECTED] wrote: Andrew Kornak [EMAIL PROTECTED] wrote on 02/13/2008 04:41:08 PM: It occurs to me that some might not have the advantage of being on an open platform and may be in a primitive Windows environment. I am uncertain if there is an

RE: [Catalyst] Schedule::Cron

2008-02-13 Thread Matt Pitts
-Original Message- From: Jonathan Rockway [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 5:18 PM To: The elegant MVC web framework Subject: Re: [Catalyst] Schedule::Cron * On Wed, Feb 13 2008, Will Smith wrote: Is there any cron job module that I can use? I have