Skip to content

Commit dba40ac

Browse files
committed
text updates
1 parent bf4c93d commit dba40ac

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/tutorials/scaling-your-services.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ services:
6262

6363
Autoscaling allows your services to automatically adjust the number of replicas based on CPU usage — helping you scale up during traffic spikes and scale down during quieter periods.
6464

65-
> **Note:** Autoscaling is only available to **Pro** tier users.
65+
> **Note:** Autoscaling is only available to **Pro** tier or higher users.
6666

6767
### Enabling Autoscaling
6868

@@ -83,11 +83,13 @@ Once deployed, your services' CPU usage is monitored for how much load it is han
8383

8484
Requirements
8585

86-
- You must be on the Pro plan to use autoscaling.
86+
- BYOC, your own cloud platform account (AWS or GCP).
87+
- You must be on the Pro or higher plan to use autoscaling.
88+
- Only staging and production deployment modes supported. ([Deployment modes](/docs/concepts/deployment-modes))
8789
- The service must be stateless or able to run in multiple instances.
8890
- Only CPU metrics are used for scaling decisions.
8991

9092
Best Practices
9193

9294
- Design your services to be horizontally scalable.
93-
- Use shared or external storage if your service writes data.
95+
- Use shared or external storage if your service writes data. (e.g. Postgres or Redis [managed services](/docs/concepts/managed-storage) )

0 commit comments

Comments
 (0)