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
fix(backend): Return from pipeline deletions after the cache is updated (#12153)
In Kubernetes native API mode, the REST API could delete a pipeline
version but the cache could not have updated by the time the API call
returns. This adds a 3 second or less polling to ensure the cache gets
updated for a smooth user experience.
Signed-off-by: mprahl <[email protected]>
0 commit comments