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
It would be very convenient when, next to 'retry' and 'delete' a third option is available to skip the specific message from the failed queue. That way, we can run bin/console messenger:failed:retry and postpone the choice to retry of delete a specific message to a later moment, while processing other messages.
Now, I have to do a messenger:failed:status first, then copy all ID's as parameters for the messenger:failed:retry and confirm every retry. Of course I can add --force, but to prevent problems due to an incorrect copy-paste I don't dare to do that.
Creating a PR for this seems to be not very difficult, but I am not sure how to reflect this in the test cases.