[Argo] Memoization storage #566
Locked
nate-double-u
started this conversation in
Google Summer of Code 2022
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Memoization is a feature that allows users to run workflows faster by avoiding repeating work that has already been done. Currently, memoization uses a Kubernetes ConfigMap for storage. This will not scale to large number of entries and it requires elevated RBAC. We'd like to make this extensible that could support additional storage systems to store step memoization cache for Argo Workflows.
Mentor(s): Yuan Tang (@terrytangyuan) and Alex Collins (@alexec)
For more information, please see: https://github.com/cncf/mentoring/blob/main/summerofcode/2022.md#memoization-storage
Beta Was this translation helpful? Give feedback.
All reactions