[Console][Messenger] Fix: Allow UnrecoverableExceptionInterface to bypass retry in RunCommandMessageHandler#60507
Conversation
UnrecoverableExceptionInterface to bypass retry in RunCommandMessageHandler
|
Shouldn't we do the same for |
Indeed, I forgot about that one. |
|
I don't think we need to do the same for |
|
@santysisi
|
|
Got it, thanks for the explanation! I'll make that change. 🙌 |
…pass retry in RunCommandMessageHandler Co-authored-by: Kevin Bond <kevinbond@gmail.com>
c726fc0 to
6d550d8
Compare
|
Thank you @santysisi. |
This PR ensures that
UnrecoverableExceptionInterfaceexceptions thrown during the execution of a command viaRunCommandMessageare no longer retried.