### Description Given `messenger:failed:retry`, it seems sane if a retry failure is put back on the failure queue, till either manually deleted or the retry succeeds. I tried using a recursive failure transport: ```yaml failed: dsn: ... failure_transport: failed ``` but it didnt make any changes. ### Example _No response_