Hello,
On documentation of search-backpressure-settings, there is a setting called search_backpressure.node_duress.num_successive_breaches
with default value 3
and description:
The number of successive limit breaches after which the node is considered to be under duress.
How often does this check run?
Because if for example it runs every seconds then after 3 seconds the required successive breaches are met, if every hour then it takes 3 hours. We need to know the frequency in order to set an appropriate value for our use case.
I tried to dig into the relevant java classes, but couldn’t figure it out