flyteorg/flyte

[V2] Add executor k8s controller runtime MaxConcurrentReconciles config

Open

#7,205 建立於 2026年4月14日

在 GitHub 查看
 (2 留言) (0 反應) (1 負責人)Python (378 fork)batch import
flyte2good first issue

倉庫指標

Star
 (3,705 star)
PR 合併指標
 (平均合併 3天 8小時) (30 天內合併 114 個 PR)

描述

Motivation: Why do you think this is important?

In our controller runtime init code, we can add WithOptions(controller.Options{MaxConcurrentReconciles: <concurrent amount>,}). so that reconcile loops can be running concurrently. This setting should be configurable for the user easier adjusting.

Goal: What should the final outcome look like, ideally?

reconcile loops running concurrently based on user's config

Describe alternatives you've considered

n/a

Propose: Link/Inline OR Additional context

No response

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes

貢獻者指南