Armin Braun 60b8a5daba
Exclude Snapshot Shard Status Update Requests from Circuit Breaker () ()
Hotfix to not run into stuck snapshots because of master circuit breaking these requests.
Given that these requests are very small and much of the memory associated with them is already allocated
when the circuit breaker kicks in, the risk of this change introducing a higher chance of master running out
of memory should be very small.

Closes 
2020-04-17 13:49:36 +02:00
..