Cloud Scheduler allows us to schedule cron jobs in an incredibly easy way through either a graphical interface or the gcloud API. It solves the need for us to set up these cron jobs within GCP instead of our application, which is ideal for us for serverless resources we currently operate. Análise coletada por e hospedada no G2.com.
Google Cloud Scheduler is an easy solution in various scenarios, but it may be worse in the case of always-on services (e.g. a Kubernetes cluster), where the cron job logic living in a separate service makes things more complex. In this scenario we'd opt for a Kubernetes cron job schedule to keep things simpler. Análise coletada por e hospedada no G2.com.



