Let say I have task that dependent on other tasks....
# caching
e
Let say I have task that dependent on other tasks. If these tasks succeed but my task fails would the cache of intermediate tasks pushed to cache?
1
c
Yes—successful tasks are pushed to the cache as they succeed. The task that ultimately fails would not be pushed to cache.
thank you 1
👆 1