https://prefect.io logo
e

Evan Dong

09/30/2022, 4:54 PM
Hi folks - wondering if anyone can explain what exactly goes into storage? I'm running something relatively small-scale locally and my /.prefect/storage folder is starting to get quite bloated. I'm not running this through a deployment, so my understanding is that this isn't my whole codebase being stored as per the docs on storage. It seems implied (and would align with the files that I'm seeing) that individual task/flow result objects are getting saved here, but nothing in the prefect 2.0 docs actually say that explicitly - is that what's going on, and is there a way to manage them other than deleting/moving them manually?
1
z

Zanie

09/30/2022, 5:23 PM
👋 I believe the only thing going into storage is flow and task run results right now
Unless you’re using features like caching, you can delete it wholesale regularly.
We’re working on configuration of this in https://github.com/PrefectHQ/prefect/pull/6908
👍 2
e

Evan Dong

09/30/2022, 9:21 PM
Thanks so much!
3 Views