mirror of https://github.com/dapr/docs.git
888 B
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 >}})