java - Google app engine cronjob 10 minitues limitation -
i have deployed & scheduled fb data collection java web application on gae using cron.xml. application collecting data , loading data google cloud storage.
one limitation of gae found while implementing application window active through cron job 10 minutes.
https://developers.google.com/appengine/docs/java/config/cron
data collection process requires more 10 minutes collect complete data.
please suggest me alternative options.and reference links increase 10 minutes time limit.
thanks .
you can choose b-type instance basic scaling cron job. not have 10 minute limit:
Comments
Post a Comment