bland-dress-83134
07/09/2025, 9:45 AMflytepropeller
scaling / configuration:
• is it generally better to work on saturating a single instance before sharding? I presume you just bump up the worker count?
• If you do set flytepropeller.manager
to true
and set manager config to type: Hash
and shard-count: 4
are you supposed to set flytePropeller.replicaCount
to match the shard count? or does the manager keep the right number of propellers running through some other means?bland-dress-83134
07/09/2025, 9:48 AM[FlytePropeller] is highly optimized and a single instance can run thousands of concurrent workflows.https://github.com/flyteorg/flyte/blob/master/rfc/system/1483-flytepropeller-horizontal-scaling.md
bland-dress-83134
07/09/2025, 9:50 AMclean-glass-36808
07/09/2025, 3:41 PMbland-dress-83134
07/10/2025, 1:03 PMbut clearly not in the flyte-core chart? https://github.com/flyteorg/flyte/blob/v1.15.3/charts/flyte-core/values.yaml#L862. Default value:propeller.queue.capacity
10000
clean-glass-36808
07/10/2025, 5:44 PMbland-dress-83134
07/11/2025, 7:49 AM