Azure / Azure/operation-cache-controller
Support partial cache mode
Open
feat
- Dominant language
- Go
- Stars
- 2
- Forks
- 7
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 1
Description
In partial cache mode the cache hit if the following conditions met
- part of the cache of app that without dependencies hit
- all the appdeployments are idempotent
As result, the partial cached operation and update the missed appdeployment. Then waiting it reconciled still can save a lot of time
Contributor guide
Assessment
This issue has not been assessed yet.