Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase ConflictException retries to 4 total #36337

Conversation

o-nikolas
Copy link
Contributor

We have seen a recent uptick in ConflictExceptions we receive from SageMaker. It's not many, but enough to fail our system tests unnecessarily.

Bumping the retires to 4 which I still think is very reasonable, considering it's a very tight loop of 0.3 seconds sleep per retry.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

We have seen a recent uptick in ConflictExceptions we receive from
SageMaker. It's not many, but enough to fail our system tests
unnecessarily.

Bumping the retires to 4 which I still think is very reasonable,
considering it's a very tight loop of 0.3 seconds sleep per retry.
@o-nikolas o-nikolas requested a review from eladkal as a code owner December 20, 2023 21:35
@boring-cyborg boring-cyborg bot added area:providers provider:amazon-aws AWS/Amazon - related issues labels Dec 20, 2023
@potiuk
Copy link
Member

potiuk commented Dec 21, 2023

And test needs fixing :(

@potiuk potiuk merged commit 0b32613 into apache:main Dec 21, 2023
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers provider:amazon-aws AWS/Amazon - related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants