skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

fix: Avoid sync retry if file/directory was not found

Open idsulik opened this issue 9 months ago • 1 comments

Description This PR prevents sync retry if the err is related to a missing file/folder. For example - if you use npm to develop, it removes old files and generates new, and if you change files a lot, then the skaffold will try to sync old files several times, but they're deleted.

User facing changes (remove if N/A) Before: Retry sync if a file/folder wasn't found. After: No retry if a file/folder wasn't found.

idsulik avatar Feb 13 '25 08:02 idsulik