Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(IncomingPacket, QueueDepth) -> FilteredPacket | DropAction
Drop incoming low-priority payloads or close slow sockets immediately when global or per-session process queue levels cross set memory/count thresholds.
Problem it solves
Sudden message bursts can overwhelm Erlang process mailboxes, causing runaway memory spikes.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.