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
Description
[Messenger component]
I have many failed messages that I want to get rid off but I have to run bin/console messenger:failed:remove {id} per each. It would be nice if the command allows a list of ids to be passed in
Example bin/console messenger:failed:remove 10 11 12 13 [...]