Skip to content

Conversation

javier-aliaga
Copy link

@javier-aliaga javier-aliaga commented Sep 1, 2025

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within codetabs
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have codetabs

In addition, please fill out the following to help reviewers understand this pull request:

Description

Issue reference

#4783

@javier-aliaga javier-aliaga requested review from a team as code owners September 1, 2025 15:07
@javier-aliaga javier-aliaga changed the title docs: Support subsecond precision jobs and reminders [1.16] Support subsecond precision jobs and reminders Sep 1, 2025
@@ -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 (including ns). Actual trigger resolution may vary by runtime; Cron-based schedules are second-level only.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Supports sub-second precision when using duration values (including ns). Actual trigger resolution may vary by runtime; Cron-based schedules are second-level only.
- 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants