Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache Generates Massive Amounts of Empty Files #437

Closed
BOBONA opened this issue Jul 4, 2024 · 1 comment · Fixed by #438
Closed

Cache Generates Massive Amounts of Empty Files #437

BOBONA opened this issue Jul 4, 2024 · 1 comment · Fixed by #438

Comments

@BOBONA
Copy link

BOBONA commented Jul 4, 2024

Using the cache is generating these files.

_small_request1720064495.401325.cache_record.json

The files contain {"func": "_small_request", "args": [

@bdilday
Copy link
Contributor

bdilday commented Jul 4, 2024

Thanks for raising this! I have been wondering why cache.purge() fails to work for me and I think this is the cause. I think the root cause is the cache is trying and failing to serialize dates. I think it is fixed by #438

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants