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
Now that Symfony Messenger is a first-class component, what do folks think of building in the functionality of EnqueueBundle in this bundle?
It might be something like replacing the ->dispatch calls that are currently events on a configurable message bus. That would allow us to replace the idea of deferring the indexing altogether, since the user would simply configure how they wanted the dispatched messages handled.