docs/daprdocs/content/en/developing-applications/building-blocks/scheduler/howto-use-scheduler.md

888 B

type title linkTitle weight description
docs How-To: Set up a scheduler How-To: Set up a scheduler 2000 Learn how to use the scheduler API to schedule jobs

Now that you've learned what the [Dapr scheduler building block]({{< ref scheduler-overview.md >}}) provides, learn how it can work in your environment. The below code example loosely describes an application that schedules and orchestrates an application.

Configure the scheduler

Next steps

  • [Learn more about the Scheduler control plane service]({{< ref "concepts/dapr-services/scheduler.md" >}})
  • [Scheduler API reference]({{< ref scheduler_api.md >}})