Open rdallman opened 7 years ago
In gitlab by @denismakogon on May 17, 2017, 17:26
So, there are two obvious options:
As far as i understand, scheduler should be capable of:
In gitlab by @treeder on May 18, 2017, 10:12
This part should really just be the trigger that queues up a task/function. So essentially it just hits a URL on schedule defined by the user.
The rest of the things you mention in the bottom bullets should just be standard parts of Functions, not part of the scheduler.
In gitlab by @treeder on May 12, 2017, 11:33
A format like Google AppEngine could be good, human readable: https://cloud.google.com/appengine/docs/standard/python/config/cron
The scheduler processes must be coordinated to ensure if multiple are running they don't start the same job.