Introducing smart rolling updates #341
shirabendor-quali
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Previously, updates only affected the single grain where they were initiated, and no other grains were updated. This could lead to a situation where grains dependent on the updated one fell out of sync, potentially corrupting the environment.
We've introduced a smart rolling update mechanism that calculates which grains are affected by the updated one and ensures they are updated as well. This keeps the environment up-to-date while minimizing the impact.
Additionally, users can choose to update the code version, inputs, both, or none during the same update operation.
To enhance user awareness and control, we've introduced a "review" pop-up that summarizes the impending changes to the environment. This allows users to review the proposed modifications and either acknowledge or cancel them.
Beta Was this translation helpful? Give feedback.
All reactions