Skip to content

Allow parallel execution of live updates#6661

Draft
rafaelgallani wants to merge 2 commits intotilt-dev:masterfrom
rafaelgallani:fix/parallel-live-updates
Draft

Allow parallel execution of live updates#6661
rafaelgallani wants to merge 2 commits intotilt-dev:masterfrom
rafaelgallani:fix/parallel-live-updates

Conversation

@rafaelgallani
Copy link
Copy Markdown

related to:

summary:

  • removed the lock from Reconcile so we can run live updates in parallel
  • added some descriptions around the newly added locks...
    • used basically for functions where maps are used
    • locks those whose had to be moved to the functions instead, since now Reconcile doesn't have them anymore

Signed-off-by: Rafael Gallani <rafaelgallani@proton.me>
Signed-off-by: Rafael Gallani <rafaelgallani@proton.me>
@rafaelgallani rafaelgallani force-pushed the fix/parallel-live-updates branch from 7a53fc0 to 85e73ae Compare January 15, 2026 01:19
@rafaelgallani
Copy link
Copy Markdown
Author

Please lmk if that's good... I also made it so that it shares the same max_parallel_updates setting used elsewhere too - as initially I ran into this since I thought that this setting should be shared by both regular builds and the live update.

@rafaelgallani
Copy link
Copy Markdown
Author

idk if/how this should have tests for too... I mean. since we'd be changing the intended way of how it works. anyways.. just lmk anything really 😬

@rafaelgallani rafaelgallani marked this pull request as draft January 15, 2026 15:48
@rafaelgallani
Copy link
Copy Markdown
Author

still not fully working - will do some more work locally and make it ready for review once again

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