Where to get 1440 free cron jobs a day?
Posted
by Nok Imchen
on Stack Overflow
See other posts from Stack Overflow
or by Nok Imchen
Published on 2010-04-17T00:19:33Z
Indexed on
2010/04/17
1:23 UTC
Read the original article
Hit count: 258
I'm making a program for my own use.
In this program, I need to set up cron job. The cron job should run every minute (24 hr * 60 mins = 1440 times). Thus, I'll need to set up a cron job with a frequency of 1 minute.
I think Google App Engine gives free cron job. But I'm very new to it. I downloaded the java SDK and read the document but understood nothing :( So, I can't use Google App Engine. Is here any other free service like Google app engine which but with easier inferface???
All I want is a cron job with 1 minute frequency
Please help/suggest me...
Thank you
© Stack Overflow or respective owner