Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

February 05 2009

20:52

Scheduler Service

Scheduler service is very simple app that lets you define HTTP invocation scheduler for your site. Scheduler Service let's you define schedulers that will periodically fetch url's you specify. Management app is hosted on GAE, and scheduler agents (parts of the app that actually actively fetch the urls) sit on multiple machines scaterred across the globe. Agents contact GAE app and get info about what urls should be called and when. This way you don't have to maintain a program/script/crontab entry that calls your web application periodically.