https://prefect.io logo
Title
t

Tom

04/18/2023, 6:59 AM
Hi! I'm new to prefect and trying to understand how to correctly manage memory. I posted details on the discourse a few days ago but in short, is there a way to not keep the results of a task in memory once it's completed? Thanks for your help 🙏
Also try marking the task with cache_result_in_memory=False, persist_result=False
t

Tom

04/21/2023, 6:44 AM
Ok thanks, I'll try that