Programmatically modify cron schedule in Google App Engine -


i writing wrapper around github issues api allow managers in company set daily reminder emails sent devs. want configurable through admin console, , give them flexibility of setting reminders @ time of day , number of times day.

the main app engine cron system configured statically through cron.yaml file , cannot changed user action. looking @ documentation appears can reimplementing entire cron infrastructure on top of basic app engine cron. missing something? there available elsewhere?

you correct, cannot setup programmatically cron configuration.

you can configure single cron triggers customized functions. functions can read configured crons (like datastore entities) , launch different task based on needs


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -

jquery - jqGrid update specific column data with out refreshing the entire column? -