Is there a specific kind of exception that can be thrown in a task that would prevent retries from happening? I have a task I’d like to retry for various reasons, but if a specific known exception is thrown, I’d like to prevent the task from retrying
👍 1
rich-garden-69988
02/17/2023, 12:24 AM
This looks to be default behavior for bare tasks, but when wrapped in dynamic, the task will retry: