Tick-to-Trade in Elixir: A GenServer handle_info Pipeline
A full walk through the handle_info chain inside one GenServer — PubSub-fed candle messages, two near-identical clauses that do different jobs, a behaviour-dispatched handoff, and an Oban offload to keep the mailbox draining faster than messages arrive.
Read next CDPEx: drive Chrome from Elixir over CDP — no ChromeDriver, no zombie processes
