Skip to content

Reduce MaxConcurrentReconciles from 100 to 10#108

Merged
creydr merged 1 commit intofunctions-dev:mainfrom
creydr:fix/reduce-max-concurrent-reconciles
Apr 29, 2026
Merged

Reduce MaxConcurrentReconciles from 100 to 10#108
creydr merged 1 commit intofunctions-dev:mainfrom
creydr:fix/reduce-max-concurrent-reconciles

Conversation

@creydr
Copy link
Copy Markdown
Collaborator

@creydr creydr commented Apr 29, 2026

Summary

  • Reduce MaxConcurrentReconciles from 100 to 10
  • Each reconcile clones a git repo and potentially runs a func deploy (building container images). 100 concurrent reconciles could overwhelm disk I/O, memory, and API rate limits.

Each reconcile clones a git repo and potentially runs a func deploy
(building container images). 100 concurrent reconciles could overwhelm
disk I/O, memory, and API rate limits.
@creydr creydr enabled auto-merge April 29, 2026 07:54
@creydr creydr added this pull request to the merge queue Apr 29, 2026
Merged via the queue into functions-dev:main with commit e0d7714 Apr 29, 2026
11 checks passed
@creydr creydr deleted the fix/reduce-max-concurrent-reconciles branch April 29, 2026 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant