Task arguments and caching #3566
Unanswered
concimuscb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just wanted to ask if the arguments passed to a task impact the caching or not.
If i have a command that looks like
python script.py {{arg1}}
If I do
python script.py data/file1
and thenpython script.py data/file2
will the script actually run or will it think that the file is the same?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions