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
In some of our projects, we have several ScheduleProviderInterface. So we have several scheduler_... transports.
We don't find it convenient to add or update our supervisor process each time we add a new one. We could use bin/console messenger:consume --all in this supervisor process but we also have an async transport that we want to consume in its own process.
That's why we would like to run this command with pattern like : bin/console messenger:consume scheduler_* in order to target all our scheduler transports.