Class: Events::DeliveryAutomaticReleaseFailed
- Inherits:
-
ApplicationEvent
- Object
- RubyEventStore::Event
- ApplicationEvent
- Events::DeliveryAutomaticReleaseFailed
- 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 }