quick-lighter-52296
10/03/2024, 10:16 AM@retry
decorator to configure retries for many of our steps to prevent against infrastructural failures, OOM issues and certain retryable application-level errors. But, sometimes the application error is known to be non-retryable and in such cases we end up needlessly wasting compute on retrying the step multiple times. Is there a way to annotate an exception somehow with a non-retryable attribute so that metaflow does not retry it? I know AWS Batch supports conditional retries in its retry strategy where you could configure the retry to take place only for certain exit codes which could theoretically be used to build such a feature but I am not sure if there are any plans to support it.dry-beach-38304
10/03/2024, 3:43 PMquick-lighter-52296
10/03/2024, 5:02 PMsquare-wire-39606
10/03/2024, 5:13 PMquick-lighter-52296
10/04/2024, 8:15 AMsquare-wire-39606
10/04/2024, 10:18 PM