Skip to content

Commit 473b2af

Browse files
add faq about auto-scaling
1 parent 1884950 commit 473b2af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/faq/questions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ import {Button, ButtonGroup, FormGroup, FormLabel} from "@mui/material"
4343

4444
- Yes! Defang supports rolling updates with the `--mode=production` flag. See the [Deployment Modes](/docs/concepts/deployment-modes) documentation for more information.
4545

46+
### Does Defang support auto-scaling?
47+
48+
- No. Defang does not currently support auto-scaling. However, you can manually scale your services by changing the number of replicas in your `compose.yaml` file and running `defang compose up`.
49+
4650
### Can I cancel a deployment once it has started?
4751

4852
- No. Once a deployment has started, it cannot be canceled. However, you can always deploy a new version of your app which will replace the current deployment.

0 commit comments

Comments
 (0)