Hey, how does `retries` work? Our spark tasks tran...
# flyte-support
b
Hey, how does
retries
work? Our spark tasks transiently fail but they are not retried after a "user error". I tested with a python task via just raising an Exception, it's not retried either. Is the intended behaviour, any ideas on how to mark certain exceptions as recoverable?
f
Raise recoverable exception