Skip to content

Commit 8f719cb

Browse files
committed
fix: Update initialisation timeout max and min
1 parent 1a25c05 commit 8f719cb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

toml-reference/toml-reference.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ The configuration is organized into the following main sections:
1515

1616
The `[cerebrium.deployment]` section defines core deployment settings.
1717

18-
| Option | Type | Default | Description |
19-
| --------------------------------- | -------- | ---------------------- | -------------------------------------------------------------------------------------------- |
20-
| name | string | required | Desired app name |
21-
| python_version | string | "3.12" | Python version to use (3.10, 3.11, 3.12) |
22-
| disable_auth | boolean | false | Disable default token-based authentication on app endpoints |
23-
| include | string[] | ["*"] | Files/patterns to include in deployment |
24-
| exclude | string[] | [".*"] | Files/patterns to exclude from deployment |
25-
| shell_commands | string[] | [] | Commands to run at the end of the build |
26-
| pre_build_commands | string[] | [] | Commands to run before dependencies install |
27-
| docker_base_image_url | string | "debian:bookworm-slim" | Base Docker image |
28-
| use_uv | boolean | false | Use UV for faster Python package installation |
29-
| deployment_initialization_timeout | integer | 600 (10 minutes) | The max time to wait for app initialisation during build before timing out. Max 900 (15 min) |
18+
| Option | Type | Default | Description |
19+
| --------------------------------- | -------- | ---------------------- |----------------------------------------------------------------------------------------------------------|
20+
| name | string | required | Desired app name |
21+
| python_version | string | "3.12" | Python version to use (3.10, 3.11, 3.12) |
22+
| disable_auth | boolean | false | Disable default token-based authentication on app endpoints |
23+
| include | string[] | ["*"] | Files/patterns to include in deployment |
24+
| exclude | string[] | [".*"] | Files/patterns to exclude from deployment |
25+
| shell_commands | string[] | [] | Commands to run at the end of the build |
26+
| pre_build_commands | string[] | [] | Commands to run before dependencies install |
27+
| docker_base_image_url | string | "debian:bookworm-slim" | Base Docker image |
28+
| use_uv | boolean | false | Use UV for faster Python package installation |
29+
| deployment_initialization_timeout | integer | 600 (10 minutes) | The max time to wait for app initialisation during build before timing out. Value must be 60 <= x <= 830 |
3030

3131
<Info>
3232
Changes to python_version or docker_base_image_url trigger full rebuilds since

0 commit comments

Comments
 (0)