class ActionMailbox::RoutingJob
accept new incoming emails without being burdened to hang while they’re actually being processed.
Routing a new InboundEmail is an asynchronous operation, which allows the ingress controllers to quickly
def perform(inbound_email)
def perform(inbound_email) inbound_email.route end