Skip to content

feat: implement component update #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

knave
Copy link
Collaborator

@knave knave commented May 1, 2025

  1. ​​AutoUpdate Toggle
  • When AutoUpdate is false, configuration changes ​​do not trigger​​ component resources updates.
  • Updates are ​​only activated​​ when AutoUpdate is explicitly set to true.
  1. Batch Update Control
  • Batch size​​: Configured via BatchPercentage to define the percentage/components updated per batch
  • Batch interval​​: Configured via BatchInterval to set the waiting period between batch updates
  1. Update Strategy
  • Oldest resources are updated first. This strategy is intentionally simplified and will evolve in future versions.

@knave knave requested review from 0x5457 and Code2Life and removed request for 0x5457 May 1, 2025 23:28
@knave knave force-pushed the feat/rolling-update branch from 9fa3d3f to 108de2c Compare May 2, 2025 08:08
@knave knave marked this pull request as draft May 5, 2025 23:48
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.

3 participants