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

RPC over Redis may cause garbage keys #1

Closed
thrau opened this issue Aug 20, 2019 · 0 comments
Closed

RPC over Redis may cause garbage keys #1

thrau opened this issue Aug 20, 2019 · 0 comments

Comments

@thrau
Copy link
Owner

thrau commented Aug 20, 2019

If the result of an rpc call is not collected (e.g., due to timeouts and late results), the result queue and its contents will remain in the redis instance indefinitely, potentially causing a memory leak.

A good fix would probably be to let the skeleton set EXPIRE with a sane default on the callback queue.

@thrau thrau closed this as completed in dd5bed8 Aug 20, 2019
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

No branches or pull requests

1 participant