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:
Hannah Hunter 2024-06-26 17:19:45 -04:00 committed by GitHub
parent 8c1778f4d3
commit 6ad9ffe520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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