There is a regression in the MediaWiki logged errors. The normalized_message use to have placeholders fields which, since October 12th, are now replaced by the values. When previously we had bunch of errors deduplicated via eg [{reqId}] {exception_url} PHP Warning: RedisException: Connection timed out each log now has a normalized_message with the the actual request ID and exception URL.
That was confusing me when I watched the logs last week as part of deploying the train ( T347081 ).
An example is searching for RedisException on the MediaWiki dashboard with a filter normalized_message: "[{reqId}] {exception_url} PHP Warning: RedisException: Connection timed out":
And since October 12th the deduplication is broken:
For messages matching RedisException
The last message with placeholders was at Oct 12, 2023 @ 13:29:07.992. The next one had placeholders replaced and occurred at Oct 12, 2023 @ 14:04:38.536. That is rather small time window.