Cron / Batch Processes

115 views
Skip to first unread message

Ron W

unread,
Apr 8, 2008, 8:07:16 PM4/8/08
to Google App Engine
I've noticed that in App Engine there is an omission of cron jobs. I
have a Python application that I'd love to move to App Engine, but we
rely on pulling Twitter API calls using a two-minute batch.

I realize it adds the complication for Google of people writing bots
on App Engine but I'm interested in finding out if this will be
supported in the future, and in what capacity?

Thanks
Ron

Brett Morgan

unread,
Apr 8, 2008, 8:15:21 PM4/8/08
to google-a...@googlegroups.com

Greg

unread,
Apr 8, 2008, 9:27:21 PM4/8/08
to Google App Engine
I wondered about this too. The GAE terms seem to prohibit any method
of running periodic jobs, but presumably you could have another server
with cron issuing wget commands to your app.

Maybe when we get to pay for processing they'll relax the terms to
allow this.

Cheers!
Greg.

Brett Morgan

unread,
Apr 8, 2008, 9:30:42 PM4/8/08
to google-a...@googlegroups.com
The only issue with that style of solution is that i wind up having to
look after a server. I'm sold on GAE mainly because it outsources all
of the sysadmin crap i've been doing for years. Scaling up a web app
is always painful.

James

unread,
Apr 9, 2008, 2:42:39 AM4/9/08
to Google App Engine
cron jobs are a must!
That can be implemented externally but it would be so much better if
the service supports this.

Drew Sears

unread,
Apr 13, 2008, 4:09:29 PM4/13/08
to Google App Engine
I wouldn't advocate this for a production app, but if you want free
external cron that doesn't need to run on a precise schedule, you
could have your page output RSS and then subscribe to it in Google
Reader.

http://www.google.com/support/reader/bin/answer.py?hl=en&answer=70642

On Apr 9, 2:42 am, James <urd...@gmail.com> wrote:
> cronjobs are a must!
Reply all
Reply to author
Forward
0 new messages