Skip to content

Commit

Permalink
docs: Minor update for memoization (argoproj#12119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joibel authored Nov 1, 2023
1 parent ae67772 commit 3db4bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/memoization.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ spec:
* Reduce the size of the output parameters for the nodes that are being memoized.
* Split your cache into different memoization keys and cache names so that each cache entry is small.
1. My step isn't getting memoized, why not?
Ensure that you have specified at least one output on the step.
If you are running workflows <3.5 ensure that you have specified at least one output on the step.

0 comments on commit 3db4bcd

Please sign in to comment.