A service I've been using for cheap web hosting servers without cron access is a free service called webcron. However I just got an email from them today sayign they'll no longer be free:

The downside of this improvements is the free account that will no longer be available.

I was curious if anyone knows of any acceptable alternatives?

link|improve this question

1  
You can also check alert-grid.com for cron-related stuff (eg. cron monitoring, alerts) – Lukasz Dziedzia Jul 20 '10 at 15:54
feedback

6 Answers

up vote 2 down vote accepted

there you go cronme.org

link|improve this answer
feedback

Don't be so cheap, when they are. ;) http://www.webcron.org/content/view/13/58/lang,english/

For €1 you get 10000 jobs. That is probably cheaper than the electricity bill you would get if you had your own server doing the webcron for your sites.

link|improve this answer
feedback

You could set up a cron job on Google App Engine, which is free up to a very reasonable quota.

http://code.google.com/appengine/docs/python/config/cron.html

link|improve this answer
feedback

There is a site called http://www.onlinecronjobs.com that will let you schedule cron jobs up to once per day.

link|improve this answer
feedback

http://www.easycron.com provides a free plan which allows setting webcron with "8 minutes" minimum interval.

link|improve this answer
feedback

webcron.org offer now a timeOut with 3600 sec. This can help you to wait for a long database backup's feedback.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.