Increase resiliency of init flow by ignoring failures due to removal of archive
Open
area/cli
kind/bug
P2
size/XS
triaged/resolved
- Dominant language
- Go
- Stars
- 353
- Forks
- 221
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 2
Description
## Expected Behavior
As part of `installBinary` flow we should continue incase of any failures while removing downloaded archive from the default dapr bin path.
We can report the error as an warning and even think of moving removal section to background fire and forget task for perf gains.
## Actual Behavior
Init workflow will stop incase there are any errors while removing the downloaded archive.
## Release Note
RELEASE NOTE:
Contributor guide
Assessment
This issue has not been assessed yet.