Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions flash/configuration/parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Controls worker scaling. Accepts either a single integer (max workers with min=0

**Type**: `int`
**Default**: `60`
**Valid range**: 1-3600 seconds
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Based on PR #287 which adds field validation for idleTimeout. The PR description confirms the backend restricts idleTimeout to between 1 and 3600 seconds.
View source


Number of seconds workers will stay active (running) after completing a request, waiting for additional requests before scaling down (to minimum workers).

Expand Down
Loading