mirror of https://github.com/dapr/docs.git
Update resiliency-schema.md (#3637)
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
This commit is contained in:
parent
54aa169424
commit
5816f3c190
|
@ -20,8 +20,8 @@ scopes:
|
||||||
- <REPLACE-WITH-SCOPED-APPIDS>
|
- <REPLACE-WITH-SCOPED-APPIDS>
|
||||||
spec:
|
spec:
|
||||||
policies: # Required
|
policies: # Required
|
||||||
timeouts: # Replace with any unique name
|
timeouts:
|
||||||
timeoutName: <REPLACE-WITH-TIME-VALUE>
|
timeoutName: <REPLACE-WITH-TIME-VALUE> # Replace with any unique name
|
||||||
retries:
|
retries:
|
||||||
retryName: # Replace with any unique name
|
retryName: # Replace with any unique name
|
||||||
policy: <REPLACE-WITH-VALUE>
|
policy: <REPLACE-WITH-VALUE>
|
||||||
|
@ -62,4 +62,4 @@ targets: # Required
|
||||||
|
|
||||||
|
|
||||||
## Related links
|
## Related links
|
||||||
[Learn more about resiliency policies and targets]({{< ref resiliency-overview.md >}})
|
[Learn more about resiliency policies and targets]({{< ref resiliency-overview.md >}})
|
||||||
|
|
Loading…
Reference in New Issue