채팅 플러그인 버그로 인해 Discourse 3.4.0.beta3에서 Redis 메모리가 계속 증가합니다

There was indeed a bug… The query that was “listing” all the chat users with unread mentions or DMs was not quite working and was returning all the users with unseen chat messages :man_facepalming:

Since that job runs every 5 minutes, it can easily bloat sidekiq with unnecessary jobs on large channels with a fair amount of activity.

Thankfully it wasn’t spamming everyone as the “chat summary” job was extracting the unseen mentions and when it found none, just bailed out.

Will be fixed by

https://github.com/discourse/discourse/pull/31133

6개의 좋아요