Introducing client_channel_position_max_time_lag duration option to mark positioned clients with insufficient state if publication lag exceeds threshold.
Also latest Centrifuge added a histogram centrifugo_node_pub_sub_time_lag_seconds to monitor the time lag - time since publish till processing in Node's hub.
Proposed changes
Introducing
client_channel_position_max_time_lag
duration option to mark positioned clients with insufficient state if publication lag exceeds threshold.Also latest Centrifuge added a histogram
centrifugo_node_pub_sub_time_lag_seconds
to monitor the time lag - time since publish till processing in Node's hub.