Skip to content

Commit c3c030c

Browse files
committed
actors
1 parent 2d4c09a commit c3c030c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/scale-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ The following example shows how to create a memory scaling rule.
359359
- Replica quantities are a target amount, not a guarantee.
360360
- Even if you set `maxReplicas` to `1`, there is no assurance of thread safety.
361361

362-
- If you are using Dapr actions to manage states, you should keep in mind that scaling to zero is not supported. Dapr uses virtual actors to manage asynchronous calls which means their in-memory representation is not tied to their identity or lifetime.
362+
- If you are using [Dapr actors](https://docs.dapr.io/developing-applications/building-blocks/actors/actors-overview/) to manage states, you should keep in mind that scaling to zero is not supported. Dapr uses virtual actors to manage asynchronous calls which means their in-memory representation is not tied to their identity or lifetime.
363363

364364
## Next steps
365365

0 commit comments

Comments
 (0)