https://prefect.io logo
Title
k

Kyle Austin

03/03/2023, 3:02 PM
Hopefully a simple question: In the definition of task (https://github.com/PrefectHQ/prefect/blob/main/src/prefect/tasks.py) it doesnt give any explanation of what cache_result_in_memory means. Can someone briefly explain what happens when that is True and what are the possibly implications if set to False?
1
z

Zanie

03/03/2023, 3:41 PM
I think this should be covered in the docs
Please let me know if you have questions still! I wrote those docs and am happy to help.
k

Kyle Austin

03/03/2023, 5:05 PM
Thanks Zanie -- I am reading them now.
This makes a lot of sense -- I cant believe it was right there in the docs and I asked here :face_with_open_eyes_and_hand_over_mouth:. Thanks again Zanie.