kestra-io / kestra

:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
https://kestra.io
Apache License 2.0
12.83k stars 1.11k forks source link

Retry condition #732

Open tchiotludo opened 2 years ago

tchiotludo commented 2 years ago

It could be useful to had retry condition than prevent the retry to be applied. We must be able to add some condition based on :

anna-geller commented 11 months ago

Add a retryOn property allowing to specify retry conditions such as a specific exception/error type: https://github.com/kestra-io/kestra/issues/2555