Class: Events::DeliveryManualReleaseDue
- Inherits:
-
ApplicationEvent
- Object
- RubyEventStore::Event
- ApplicationEvent
- Events::DeliveryManualReleaseDue
- Defined in:
- app/events/events.rb
Overview
Domain event emitted by the release_future_deliveries cron for every
manual_release_only future-release Delivery whose scheduled release
date has arrived (the cron does not auto-release these — the warehouse
must do it manually). Consumed by
DeliveryManualReleaseDueNotificationHandler, which emails the
warehouse / rep.
Payload: data: { delivery_id: Integer }