mirror of https://github.com/dapr/docs.git
empty edit
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
c846977c6b
commit
a0b4c0e869
|
|
@ -114,13 +114,14 @@ When using a `circuitBreaker` policy, you can specify whether circuit breaking s
|
||||||
|
|
||||||
- An individual actor ID.
|
- An individual actor ID.
|
||||||
- All actors across the actor type.
|
- All actors across the actor type.
|
||||||
- Both.
|
- Both.
|
||||||
|
|
||||||
Specify `circuitBreakerScope` with values `id`, `type`, or `both`.
|
Specify `circuitBreakerScope` with values `id`, `type`, or `both`.
|
||||||
|
|
||||||
You can specify a cache size for the number of circuit breakers to keep in memory. Do this by specifying `circuitBreakerCacheSize` and providing an integer value, e.g. `5000`.
|
You can specify a cache size for the number of circuit breakers to keep in memory. Do this by specifying `circuitBreakerCacheSize` and providing an integer value, e.g. `5000`.
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
spec:
|
spec:
|
||||||
targets:
|
targets:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue