Coalesce buffer missed a TG message despite 20s deadline #22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A TG user posted a message. Some time later, it was reflected by the link bot back to TG as an uncoalesced message.
This means the message took longer than 20s (+ 10s variable worker interval) to round-trip TG->DC->hub->DC.
Probably this was just caused by large number of DC connections on an underspecced server, and won't happen often.
Perhaps the coalesce buffer should always preserve the most recent message too?
Coalesce buffer missed a message despite 20s deadlineto Coalesce buffer missed a TG message despite 20s deadline