Skip to content

Add retry on error 502 and 504 (#42994) - #43044

Merged
jscheffl merged 1 commit into
apache:v2-10-testfrom
boschglobal:bugfix/internal-api-call-retries-if-app-gateway-is-down-v2-backport
Oct 15, 2024
Merged

Add retry on error 502 and 504 (#42994)#43044
jscheffl merged 1 commit into
apache:v2-10-testfrom
boschglobal:bugfix/internal-api-call-retries-if-app-gateway-is-down-v2-backport

Conversation

@jscheffl

Copy link
Copy Markdown
Contributor

Back-port of #42994 to v2-10-test

* Add retry on error 502 and 504
* fix mypy findings
* Add pytest
* Convert response code to HTTPStatus
* Add docs to retriable exception
* extend docs for AirflowHttpException
* Fix syntax and typos
* fix pytest
* fix static checks
* fix some static checks
* Fix ruff
* fix pre-commit
---------
Co-authored-by: Majoros Donat (XC-DX/EET2-Bp) <donat.majoros2@hu.bosch.com>
(cherry picked from commit 477d747)
@jscheffljscheffl added the type:bug-fix Changelog: Bug Fixes label Oct 15, 2024
@jscheffljscheffl added this to the Airflow 2.10.3 milestone Oct 15, 2024
@jscheffl
jscheffl merged commit 954abd1 into apache:v2-10-testOct 15, 2024
utkarsharma2 pushed a commit that referenced this pull request Oct 23, 2024
* Add retry on error 502 and 504
* fix mypy findings
* Add pytest
* Convert response code to HTTPStatus
* Add docs to retriable exception
* extend docs for AirflowHttpException
* Fix syntax and typos
* fix pytest
* fix static checks
* fix some static checks
* Fix ruff
* fix pre-commit
---------
Co-authored-by: Majoros Donat (XC-DX/EET2-Bp) <donat.majoros2@hu.bosch.com>
(cherry picked from commit 477d747)
Co-authored-by: majorosdonat <mjd2bp@bosch.com>
utkarsharma2 pushed a commit that referenced this pull request Oct 24, 2024
* Add retry on error 502 and 504
* fix mypy findings
* Add pytest
* Convert response code to HTTPStatus
* Add docs to retriable exception
* extend docs for AirflowHttpException
* Fix syntax and typos
* fix pytest
* fix static checks
* fix some static checks
* Fix ruff
* fix pre-commit
---------
Co-authored-by: Majoros Donat (XC-DX/EET2-Bp) <donat.majoros2@hu.bosch.com>
(cherry picked from commit 477d747)
Co-authored-by: majorosdonat <mjd2bp@bosch.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:bug-fixChangelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jscheffl@vincbeck