Skip to content

Add new thread pool settings for Flow Framework #9881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
3 changes: 3 additions & 0 deletions _automating-configurations/workflow-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ The following keys represent configurable workflow settings.
|`plugins.flow_framework.max_workflow_steps` |Integer |`50` |The maximum number of steps a workflow can have. |
|`plugins.flow_framework.request_timeout` |Time units |`10s` |The default timeout for REST requests, which applies to internal search queries. |
|`plugins.flow_framework.task_request_retry_duration` |Time units |`5s` | When steps correspond to an API that produces a `task_id`, OpenSearch will retry them at this interval until completion. |
|`plugins.flow_framework.workflow_thread_pool_size` |Integer |`4` |The maximum size of the workflow thread pool used for polling retries. |
|`plugins.flow_framework.provision_thread_pool_size` |Integer |`8` |The maximum size of the provision workflow thread pool. |
|`plugins.flow_framework.deprovision_thread_pool_size` |Integer |`4` |The maximum size of the deprovision workflow thread pool. |
Loading