A friend of mine needed the exact same thing on Heroku. He just  
created a "recursive" delayed job - a job that schedules itself to run  
1 minute later, when it has executed. Works fine for him :)

Cheers,
Casper Fabricius

On 06/10/2009, at 21.12, Yuri Niyazov wrote:

>
> Heroku comes with cron support, but only once an hour. I need it more
> often than that, so I have a separate box with actual crond on it, and
> it has a script that hits a specific URL on my app on heroku every x
> minutes to process email.
>
> On Tue, Oct 6, 2009 at 3:06 PM, Carl Fyffe <carl.fy...@gmail.com>  
> wrote:
>>
>> Rails makes it so easy to send emails. Recieving emails isn't that
>> difficult either, but requires a cron or daemon. What is the best way
>> to do this on Heroku today?
>>
>> Carl
>>
>>>
>>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to