Is there any way to make task retry logic specific...
# prefect-getting-started
a
Is there any way to make task retry logic specific to particular exceptions? It seems like an anti-pattern to handle any/every exception the same way. I don't see anything in the documentation for the
@task
decorator that would allow this.
1
r
a