You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: