Skip to content

Commit 437e9d9

Browse files
committed
review updates
1 parent f035d83 commit 437e9d9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/concepts/scaling.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ Auto-scaling systems typically rely on:
5050
| AWS | ✅ Supported |
5151
| GCP | ✅ Supported |
5252
| DigitalOcean | ❌ Not yet supported |
53-
54-
> 💡 We're actively working on support for additional platforms. Let us know which ones you’d like to see next!
53+
| Playground | ❌ Not supported |
5554

5655
### Benefits of Auto-Scaling
5756

docs/tutorials/scaling-your-services.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ Once deployed, your services' CPU usage is monitored for how much load it is han
8383

8484
Requirements
8585

86-
- BYOC, your own cloud platform account. ([Scaling](/docs/concepts/scaling))
86+
- BYOC, your own cloud platform account.
8787
- You must be on the Pro or higher plan to use autoscaling. ([Defang plans](https://defang.io/#pricing))
8888
- Only staging and production deployment modes supported. ([Deployment modes](/docs/concepts/deployment-modes))
89-
- The service must be stateless or able to run in multiple instances.
89+
- The service must be stateless or able to run in multiple instances. ([Scaling](/docs/concepts/scaling))
9090
- Only CPU metrics are used for scaling decisions.
9191

9292
Best Practices

0 commit comments

Comments
 (0)