Update pending message error (#80763)
This commit is contained in:
parent
00b0fa6cdf
commit
2ef14d60f3
1 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,8 @@ class WebSocketHandler:
|
|||
return
|
||||
|
||||
self._logger.error(
|
||||
"Client unable to keep up with pending messages. Stayed over %s for %s seconds",
|
||||
"Client unable to keep up with pending messages. Stayed over %s for %s seconds. "
|
||||
"The system's load is too high or an integration is misbehaving",
|
||||
PENDING_MSG_PEAK,
|
||||
PENDING_MSG_PEAK_TIME,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue