3 Responses to “Google App Engine & cron jobs”

  1. mp Says:

    gaeutilities Cron: http://code.google.com/p/gaeutilities/wiki/Cron

    Scheduler Service: http://schedulerservice.appspot.com/

  2. Ludovit Scholtz Says:

    Well.. if you have access to some server where cron runs, just create some cron tasks to download pages from *.appspot.com/cron and it should run the script
    Problem could be timeout.

    Beter solution is if google would create some cron job site for appspot, but i havent seen such site yet.

  3. vinay Says:

    i am testing it on my local appengine . created successfully a cron.yaml and its loaded. if visit the cron job URL the n it works properly but its not wrking outomatically , as it sould be. can you guyz plz help me on this.

    cron:
    - description: reguler stat calc job
    url: /XXX/YYY/ZZZ/_cron_stats
    schedule: every 1 minutes

Leave a Reply



    $('#feature2').cycle({
        fx:     'scrollRight', 
        timeout: 8000,
        delay:  -4000 
    });
    $('#feature1').cycle({
        fx:    'scrollDown',
        timeout: 8000, 
   		delay: -4000 
    });
    $('#latest').cycle({
        fx:    'scrollDown',
        timeout: 3000, 
   		delay: -1000 
    });
    $('#leading').cycle({
        fx:    'fade',
        timeout: 6000, 
   		delay: -4000 
    });
    $('#large_banner').cycle({
        fx:    'scrollDown',
        timeout: 6000, 
        delay:  -4000 
    });
    $('#long_banner').cycle({
        fx:     'turnRight',
        timeout: 8000, 
        delay:  -8000 
    });