Class: Events::DeliveryAutomaticReleaseFailed

Inherits:
ApplicationEvent
  • Object
show all
Defined in:
app/events/events.rb

Overview

Domain event emitted by the release_future_deliveries cron whenever a
future_release Delivery was released past its scheduled date but
the warehouse couldn't accept it (state did not advance to
at_warehouse). Consumed by
DeliveryAutomaticReleaseFailedNotificationHandler, which alerts the
rep to investigate.

Payload: data: { delivery_id: Integer }

Method Summary

Methods inherited from ApplicationEvent

#data