Hey guys, with regards to retrying tasks on specif...
# ask-community
d
Hey guys, with regards to retrying tasks on specific exceptions, is the current solution still this? https://github.com/PrefectHQ/prefect/discussions/4956 (similar question asked here)
k
Yes that is still the solution. The code snippet by tonal in the first link
d
thanks Kevin, is this something ye might consider adding? something like this:
Copy code
@task(retries=2, retry_delay_seconds=10, retry_on_exception=[list_of_exceptions])
k
I think we would accept a PR for it, but not in the immediate roadmap considering Orion development……
d
understandable, thanks for the info