Skip to content

Correct order of setting scheduler pool attributes #5

@achulkov2

Description

@achulkov2

When changing max_operation_count and max_running_operation_count you have to increase and decrease them in the correct order. Otherwise, you can get errors like these when trying to increase both values:

│ Could not set node "#8fe-16bcc-135303e9-5d18bd1a/@max_running_operation_count" to '1000', unexpected error: "call c7a0f7db-f3eae0b2-6f44ad2e-d3e7f677 failed: error setting builtin
│ attribute \"max_running_operation_count\": \"max_operation_count\" must be greater than or equal to \"max_running_operation_count\", but 100 < 1000"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions