mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-overview.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
8c1778f4d3
commit
6ad9ffe520
|
|
@ -49,7 +49,7 @@ The Scheduler service enables the scheduling of jobs to scale across multiple re
|
|||
|
||||
### Actor reminders
|
||||
|
||||
Actors have actor reminders, but present some limitations involving scalability. Make reminders scalable by using `SchedulerReminders`.
|
||||
Actors have actor reminders, but present some limitations involving scalability using the Placement service implementation. You can make reminders more scalable by using [`SchedulerReminders`]({{< ref support-preview-features.md >}}). This is set in the configuration for your actor application.
|
||||
|
||||
## Try out the jobs API
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue