|
What is the difference between these two settings? More specifically |
Replies: 1 comment 2 replies
https://docs.prefect.io/v3/concepts/caching#cache-keys What each setting does
So both can lead to “no caching and no persistence,” but they do it via different knobs. Difference in intent
So:
When to use which
There’s also |
https://docs.prefect.io/v3/concepts/caching#cache-keys
What each setting does
PREFECT_TASKS_DEFAULT_PERSIST_RESULT=False~/.prefect/storage/).False= “by default, do not persist task results.”