You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,12 @@ export KEEP_ALIVE=60
61
61
fastdeploy --rest --recipe ./recipes/echo
62
62
```
63
63
64
+
#### --config options explained
65
+
64
66
| Config | Description | Default |
65
67
| --- | --- | --- |
66
-
| max_request_batch_size | integer max number of inputs in a batch | 0 (None) |
67
-
| workers |integer number of workers | 3 |
68
+
| max_request_batch_size | integer max number of inputs in a batch. useful when exposing to outside directly to limit max number of inputs that can be in a request| 0 (None) |
69
+
| workers | number of rest api gunicorn workers. 3 is more than enoough generally| 3 |
68
70
| timeout | seconds after which request will fail | 480 |
0 commit comments