add link to creating actor reminders

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-05-22 17:03:08 -04:00
parent 1018f22d62
commit 7b4380be41
1 changed files with 3 additions and 1 deletions

View File

@ -486,12 +486,14 @@ Parameter | Description
{{% alert title="Note" color="primary" %}}
Actor timeouts and intervals use [Go's ParseDuration](https://pkg.go.dev/time#ParseDuration) format. You can use various string formats to represent durations. For example:
Actor settings in configuration for timeouts and intervals use [time.ParseDuration](https://pkg.go.dev/time#ParseDuration) format. You can use string formats to represent durations. For example:
- `1h30m` or `1.5h`: A duration of 1 hour and 30 minutes
- `1d12h`: A duration of 1 day and 12 hours
- `500ms`: A duration of 500 milliseconds
- `-30m`: A negative duration of 30 minutes
This format also applies when [creating actor reminders]({{< ref "#request-body" >}}).
{{% /alert %}}
```json