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
I don't believe this bundle will support symfony/scheduler messages out of the box. This is because the SendMessageToTransportsEvent isn't fired when dispatching scheduled messages.
I think what we'd need to do to support is:
WorkerMessageReceivedEvent: if scheduled message:
create/persist StoredMessage with $dispatchedAt === $receivedAt
add MonitorIdStamp here
WorkerMessageHandledEvent: update as normal
The text was updated successfully, but these errors were encountered:
I don't believe this bundle will support
symfony/scheduler
messages out of the box. This is because theSendMessageToTransportsEvent
isn't fired when dispatching scheduled messages.I think what we'd need to do to support is:
WorkerMessageReceivedEvent
: if scheduled message:StoredMessage
with$dispatchedAt === $receivedAt
MonitorIdStamp
hereWorkerMessageHandledEvent
: update as normalThe text was updated successfully, but these errors were encountered: