Closed
Description
Currently we're using a Redis based bus with the possibility to dispatch events with a planned delivery time in the future (scheduling, e.g. 3 days from now).
I believe SF messenger currently doesnt support it. In practice this could be done using eg. dispatch($message, [new PlanDeliveryStamp('now +3 days')])
Thoughts?