acoustic-carpenter-78188
05/21/2026, 11:34 PMFlyteRecoverableException.
• System exceptions are always retriable.
Goal: What should the final outcome look like, ideally?
Suggestions from the thread include
• Have user errors count towards user-specified task retry count, and system errors count towards the globally set system retry count https://github.com/flyteorg/flytepropeller/blob/65d63de16b0ea5c43f216b2cae3f20b406bd7de2/pkg/controller/config/config.go#L188
• Using a retry library instead of the current implementation.
• Invert so that every user exception is retriable unless specified to be non-recoverable.
• Allow users to specify a retry-strategy
flyteorg/flyteacoustic-carpenter-78188
05/21/2026, 11:34 PM