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
Another thing we saw today on the performance session is that rule_type create is especially prone to timeouts because the context is reused for creating several rule_types.
The text was updated successfully, but these errors were encountered:
We were passing the 5 second timeout to a function that was invoked in a
loop, so if the cumulative time of operations that used that context
higher than 5 seconds we would get a timeout. This was common with
rule_type create.
Fixes: #1383
Another thing we saw today on the performance session is that rule_type create is especially prone to timeouts because the context is reused for creating several rule_types.
The text was updated successfully, but these errors were encountered: