diff --git a/daprdocs/content/en/developing-applications/building-blocks/actors/actors-timers-reminders.md b/daprdocs/content/en/developing-applications/building-blocks/actors/actors-timers-reminders.md index bf828b42836..7a669f61c10 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/actors/actors-timers-reminders.md +++ b/daprdocs/content/en/developing-applications/building-blocks/actors/actors-timers-reminders.md @@ -29,9 +29,10 @@ Supported formats: If `period` is omitted, the callback will be invoked only once. Supported formats: -- time.Duration format, e.g. `2h30m` +- time.Duration format (Sub-second precision is supported when using duration values), e.g. `2h30m` - [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) format, e.g. `PT2H30M`, `R5/PT1M30S` +Note: Actual trigger resolution may vary by runtime and environment. --- `ttl` is an optional parameter that sets time at which or time interval after which the timer/reminder will be expired and deleted. If `ttl` is omitted, no restrictions are applied. diff --git a/daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md b/daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md index 18510be116f..3d88939de59 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md +++ b/daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md @@ -10,8 +10,7 @@ Now that you've learned about the [jobs building block]({{% ref jobs-overview %} into the features and concepts included with Dapr Jobs and the various SDKs. Dapr Jobs: - Provides a robust and scalable API for scheduling operations to be triggered in the future. - Exposes several capabilities which are common across all supported languages. - - +- Supports sub-second precision when using duration values (e.g. `500ms`). Actual trigger resolution may vary by runtime; Cron-based schedules are second-level only. ## Job identity