Hey, can I create a task which is triggered by a R...
# ask-community
j
Hey, can I create a task which is triggered by a Retry? Or create some retry logic for multiple tasks? For instance, I spawn off a kubernetes job, but if the job fails, I first want to cleanup that job before retrying.
d
Hi @Joël Luijmes! You could use a state handler for the retry state
j
Cool, thanks Dylan 🙂