flyteorg/flyte

[V2] Add executor k8s controller runtime MaxConcurrentReconciles config

Aberta

#7.205 aberto em 14 de abr. de 2026

 (2 comentários) (0 reação) (1 responsável)Python (378 forks)batch import
flyte2good first issue

Métricas do repositório

Stars
 (3.705 estrelas)
Métricas de merge de PR
 (Mesclagem média 3d 8h) (114 fundiu PRs em 30d)

Description

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

Guia do colaborador