Scheduling Recurring Services

Sometimes, you need something to happen periodically. Things like Automated backups, processing uploaded S3 objects, large data transformations etc. Build makes it super easy create recurring tasks (aka cron jobs).

Let's take a look at how that works!

Dashboard

In build, you can create a schedule on any public or private service. In this example, we'll use our beloved (and contrived) math service. So In the dashboard, pick any service and click on the 'Manage Service' tab.

1132

Now all you have to do is:

  1. Pick the endpoint you want to run.
  2. Choose the frequency.
  3. Pass any inputs (if the endpoint takes inputs)
  4. Click Save 🤗
2266

You're all done! The endpoint will now run as frequently as you chose 🙂