Message bus אינו פועל כראוי

I’m seeing this message show up in the logs after a recent update

Global messages on 379645 timed out, message bus is no longer functioning correctly

Backtrace

message_bus-4.2.0/lib/message_bus.rb:748:in `block in new_subscriber_thread'
message_bus-4.2.0/lib/message_bus/timer_thread.rb:117:in `do_work'
message_bus-4.2.0/lib/message_bus/timer_thread.rb:95:in `block (2 levels) in queue'

What does it mean?

Version
2.9.0.beta8
(d5dc4ca0e9)

אני מקבל את אותה האזהרה. עם global_id גדול.

הודעות גלובליות ב-3244473 פג תוקף, אפיק ההודעות אינו פועל יותר כראוי

אני משתמש ב-

gem 'message_bus', '~> 4.4.1'

לאחרונה היו לי גם בעיות עם סקר ארוך עם סטרימינג, אז שמתי לב לאזהרה הזו.

האם זה נורמלי שיש מזהה הודעה גלובלי כל כך גדול? זה אף פעם לא מתאפס?

PR opened fix: subscriber thread never self heals after half open tcp connection by Mubramaj · Pull Request #388 · discourse/message_bus · GitHub