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

[1.x] Prevent pulse:check from filling the file cache #260

Merged
merged 4 commits into from
Dec 27, 2023

Conversation

jessarcher
Copy link
Member

This PR fixes an issue when using the file cache driver where the cache locks would continue growing on disk. This is due to the file cache driver not automatically removing files when the cache item has expired.

Fixes #238

@jessarcher
Copy link
Member Author

Building failing until #261 is merged.

@jessarcher jessarcher force-pushed the fix-pulse-check-cache-growing branch from c62eb7f to 3300f20 Compare December 27, 2023 02:56
@taylorotwell taylorotwell merged commit 32fb030 into 1.x Dec 27, 2023
11 checks passed
@taylorotwell taylorotwell deleted the fix-pulse-check-cache-growing branch December 27, 2023 14:15
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 this pull request may close these issues.

Server storage is filled with cache data
3 participants