Derek
09/04/2024, 6:09 PMMarvin
09/04/2024, 6:09 PMDerek
09/04/2024, 6:10 PMMarvin
09/04/2024, 6:10 PMcache_expiration
using a timedelta
.
- The cache expiration determines when the cached result becomes invalid.
- However, there is no explicit mention in the documentation about deleting the persisted result from disk when the cache expires.
So, it seems the docs are silent on the fate of expired results lingering on your storage. You might need to handle clean-up yourself. For more details, you can peruse the full documents:
- Tasks and Cache Expiration
- Persisted Results
If those don't contain every answer you seek, you could also delve into GitHub issues for any real-world user insights. If you want me to look into those, just holler.Chris White
Derek
09/04/2024, 6:12 PM