Update daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
This commit is contained in:
Whit Waldo 2025-01-22 21:00:31 -06:00 committed by GitHub
parent 30c02dd40d
commit cf02e44d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ description: "Learn more about the Dapr Jobs features and concepts"
---
Now that you've learned about the [jobs building block]({{< ref jobs-overview.md >}}) at a high level, let's deep dive
into the features and concepts included with the Dapr Jobs engine and SDKs. Dapr Jobs exposes several core capabilities
into the features and concepts included with the Dapr Jobs engine and SDKs. Dapr Jobs:
- Provides a robust and scalable API for scheduling operations to be triggered in the future.
- Exposes several core capabilities which are common across all supported languages.
which are common across all supported languages.