Skip to content

Commit

Permalink
Update daprdocs/content/en/developing-applications/building-blocks/ac…
Browse files Browse the repository at this point in the history
…tors/actors-timers-reminders.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
  • Loading branch information
WhitWaldo and hhunter-ms authored Jan 24, 2025
1 parent 9348e69 commit 4f92951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ You can remove the actor reminder by calling
DELETE http://localhost:3500/v1.0/actors/<actorType>/<actorId>/reminders/<name>
```

If an actor reminder is triggered and the app does not return a 2** code to the runtime (e.g. because of a connection issue),
If an actor reminder is triggered and the app does not return a 2** code to the runtime (for example, because of a connection issue),
actor reminders will be retried up to three times with a backoff interval of one second between each attempt. There may be
additional retries attempted in accordance with any optionally applied [actor resiliency policy]({{< ref "policies.md#overriding-default-retries" >}}).

Expand Down

0 comments on commit 4f92951

Please sign in to comment.