> 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.

There are services that do it for you (i.e. periodically call your
magic URL):
http://www.onlinecronservices.com/

But be careful: this URL could be called by anybody and could even get
indexed by Google. You might allow only certain IPs (ip of your online
cron service) to call this URL to protect the app.

There's also this "poor man's cron" approach, I've seen in Drupal:
http://drupal.org/project/poormanscron - but it's a bit crazy.

Cheers,
Wojciech

>
> On Tue, Oct 6, 2009 at 3:06 PM, Carl Fyffe <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to