Ihor Ramskyi
09/03/2025, 2:37 PMMarvin
09/03/2025, 2:43 PMMarvin
09/03/2025, 2:49 PM# delete files older than 30 days
find ~/.prefect/storage -type f -mtime +30 -delete
- Keep cache growth in check by setting shorter cache_expiration on your tasks.
Docs for reference:
- Caching concepts
- Advanced caching
If you can share what result/cache backend you’re using (local disk, S3, GCS, etc.) and your desired retention window, I can suggest a concrete cleanup approach or a small maintenance script.Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.
Powered by