You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')])