-
Notifications
You must be signed in to change notification settings - Fork 144
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
BUSY Redis is busy running a script. You can only call SCRIPT KILL or SHUTDOWN NOSAVE. #141
Comments
How do you suggest this error is handled? |
I guess it should be treated as a kind of operational timeout and do retries based on configuration but I do not have full understanding of the issue because I had no time to examine. |
I think retries would be reasonable. Please submit a PR if you so feel inclined. Thanks! |
We are running in this exact issue, and we end applying this patch
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is an error which occurs when Redis is busy (with LUA enabled):
CredisException: Uncaught exception 'CredisException' with message 'BUSY Redis is busy running a script. You can only call SCRIPT KILL or SHUTDOWN NOSAVE.' in app/code/local/Credis/Client.php:1162
The text was updated successfully, but these errors were encountered: