conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Conductor supports multiple error types

Open jun-he opened this issue 5 years ago • 1 comments

Currently, conductor treats all errors as one type and then increase the retry count if feasible to retry. In some use cases, users want to differentiate errors with different types (e.g. user error, platform failure, etc.) and then set different retry policies accordingly.

jun-he avatar Nov 23 '20 19:11 jun-he

Follows the Amazon State Language specification https://states-language.net/spec.html#errors

jasondavindev avatar Oct 05 '21 17:10 jasondavindev