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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -