-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support for timeout option #7
Comments
So a certain fault scenario, will only be valid for a certain amount of time? {
"rules":[
{
"name":"delay_with_ttl",
"ttl":5000,
"percentage":2,
"delay":100
}
]
} and after 5 seconds, the rule will be removed automatically from RedFI? |
yes, correct. |
no, it's not. But i was trying to understand your idea better. Also, are you using this at VMWare? |
I'm using for https://vmware.github.io/mangle/, which is an open source project of VMware. |
oh nice! ok i'll look into adding it this week |
Blast limiters like command=GET and client_addr=10.3.45.234 are not working. if adding rule like ruleadd delay_25 delay=2000 command=GET , so it should add delay only for GET command not for others command like SET. But, it is adding delay for others command also. can help me on this? |
Hello @lafikl wanted to check if you have an update on this enhancement and by when it would be made available? |
is it possible to add timeout option for fault?
User will add timeout as milliseconds during fault injection, and after given timeout fault got delete automatically from Redis proxy.
The text was updated successfully, but these errors were encountered: