Add a cron-like service for easy time-based management of GCP resources
Build a "Cloud Cron" service that seamlessly integrates with all GCP products and allows customers to automate time-based resource management and actions.

7 comments
-
Vinod Ramachandran commented
Hello GCP Offers Cloud Cron through Cloud Scheduler.
Details regarding the product can be found at the product page:
https://cloud.google.com/scheduler/
Here is also a specific tutorial on triggering a Google Cloud Function on a schedule using Cloud Scheduler:
-
Alex Kort commented
Hasn't this been finished already?
-
AlexHow commented
What is it?
-
KnowEver commented
Specifically a way to invoke Google Cloud Functions
-
Good feedback, Mani. In this case, I'm inclined to keep them separate, because it's likely that the cron-like task queue piece could be available on a different schedule than the full slate of GAE-like services. I don't have dates to announce, but this is on our roadmap.
-
Mani Gandham commented
This can be integrated with this other issue:
Taking AppEngine services and making them available (or merging into existing services) would increase the overall APIs we can use on GCP and cron-like functionality used in task queues can be available for GCE and GKE too.
-
Justin commented
Specifically a way to invoke Google Cloud Functions on a schedule and recurring basis. This could be another trigger (schedule).