StackExchange / StackExchange.Redis

General purpose redis client
https://stackexchange.github.io/StackExchange.Redis/
Other
5.84k stars 1.5k forks source link

Feature: Stall Detection #2712

Open NickCraver opened 1 month ago

NickCraver commented 1 month ago

Talking on the weekly sync, basic idea is we have a timer that fires say once per second. We only need 1 entire process (static, not per-multiplexer).

Overall setup:

Question: