pub static BEACON_TRIGGER: Channel<NodeMutex, BeaconTrigger, 2>Expand description
Beacon requests into the node. On a boot that skipped node bring-up
the queue is never drained and requests are dropped at the try_send
in request_beacon, leaving the slot inert rather than blocking the
caller.