https://flyte.org logo
#ask-the-community
Title
# ask-the-community
f

Fabio Grätz

02/20/2023, 6:49 PM
Are there any recommendations/best practices about version numbers in
cache_version="1.0"
in the scenario that two people are working in parallel on a workflow so that one doesn’t accidentally use cache results from the other engineer? Will it cause any problems if we even put the engineer’s name in the cache version?
k

Ketan (kumare3)

02/20/2023, 7:29 PM
It will not matter
But the question is are they iterating on the same task - if not why does it matter
Cache is built to speed iteration
Across team members
If you are working on the cache task, disable it