-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Expire Redis Keys #149
Comments
apalis does not have a concept of vacuuming. |
Right OK, thanks. Will look to do it manually pending 0.5 :) |
Storage introduce a vacuum method You can combine this with |
@geofmureithi hello, I'm trying to use this crate and noticed that vacuum on redis storage does not clean up jobs in a way I expected, which effectively blocks me from using the crate as is, could you take a look at #446 ? |
Hi, is there any way to add an expiry to Redis keys to avoid memory overflow?
The text was updated successfully, but these errors were encountered: