We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EasyCaching cache get expired in 2 weeks when service traffic is low
Expected behavior: Cache should never get expired
Actual behavior: Cache expired in 14 days after deployment, get back to normal after redeploy
The text was updated successfully, but these errors were encountered:
@garfage Thanks for your interest in this project.
Do you mean the in-memory cache should not expired after the deployment of this service?
Or the service runs well, but after 14 days, the in-memory cache get expired?
Sorry, something went wrong.
@catcherwong The cache set expire time is one year later, it should not get expired after 14 days.
No branches or pull requests
Description
EasyCaching cache get expired in 2 weeks when service traffic is low
Steps to Reproduce
Expected behavior: Cache should never get expired
Actual behavior: Cache expired in 14 days after deployment, get back to normal after redeploy
The text was updated successfully, but these errors were encountered: