From the course: Google Cloud Platform (GCP) Essential Training for Developers

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Overview of Cloud Scheduler

Overview of Cloud Scheduler - Google Cloud Tutorial

From the course: Google Cloud Platform (GCP) Essential Training for Developers

Start my 1-month free trial

Overview of Cloud Scheduler

- [Narrator] Google Cloud Scheduler is a fully managed cron jobs scheduling service for the cloud. It's basically the cron jobs for the cloud. It lets you configure triggers to create requests to specific HTTPS endpoints, or send messages to Pub/Sub topics at a given schedule. This is useful, for example, for sending summary emails to your users every day at 7am. Or for deactivating users every midnight, if they haven't logged in for more than a month. Or running a backup script every Sunday midnight. Let's create our first job by pressing this button. It takes us to this form, to configure the details of the scheduled job that we're making. First, we give it a name, it has to be a unique name to this project, and then give it a description. Next, we configure the frequency. Now this frequency uses the Unix cron format. Let's take a look at it by clicking on learn more. So basically, it's a set of five values, each…

Contents