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.
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-scheduleflag that would serve as just another trigger.