zachliu commented on issue #22063: URL: https://github.com/apache/airflow/issues/22063#issuecomment-1063112695
i tested https://github.com/apache/airflow/pull/22002. good news: the retry did kick in :rocket: however, i'd like to add `reraise: True` in the `default_kwargs` here https://github.com/apache/airflow/blob/a4d514bd7f7777e5bf03e9fa8e567f1c8774a74d/airflow/providers/amazon/aws/hooks/base_aws.py#L588-L594 otherwise we get a very vague exception when we exhaust all retries ``` tenacity.RetryError: RetryError[<Future at 0x7f143d69a9a0 state=finished raised Exception>] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
