You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component update flow is linear in nature, but it is not reflected in the component code.
More or less each component should have
separate initialization state optional jobs that are launched only once (though maybe simpler they be idempotent and can be launched on every component update)
update flow with pods recreation, optional post-update/migrate jobs, optional configuration from ytop code with yt client.
It should be possible to write component's code that way it would be seen what happens after what maybe with explicit separation of initialization stage.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Component update flow is linear in nature, but it is not reflected in the component code.
More or less each component should have
It should be possible to write component's code that way it would be seen what happens after what maybe with explicit separation of initialization stage.
Beta Was this translation helpful? Give feedback.
All reactions