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
Currently, all the monkeys are cancellable, which is fine, but we want to allow the user to make the latency monkey no cancellable for those scenarios where even if a token is signaled, they don't want to cancel the latency.
Proposal: add a new property to LatencyOptions/AyncLatencyOptions like this:
Currently, all the monkeys are cancellable, which is fine, but we want to allow the user to make the latency monkey no cancellable for those scenarios where even if a token is signaled, they don't want to cancel the latency.
Proposal: add a new property to
LatencyOptions/AyncLatencyOptions
like this:Might be true by default, then validate it before to honor the token.
The text was updated successfully, but these errors were encountered: