go-cloud-fn
go-cloud-fn copied to clipboard
Add Scheduled functions
Look at a simple appengine go example https://github.com/GoogleCloudPlatform/golang-samples/blob/master/appengine_flexible/pubsub/pubsub.go and create a scheduled function. Basically by adding a --trigger-schedule
flag that would serve as just another trigger.