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

Infra: introduce retry func warpper #76

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Infra: introduce retry func warpper #76

merged 2 commits into from
Sep 12, 2024

Conversation

yanghua
Copy link
Collaborator

@yanghua yanghua commented Sep 11, 2024

Summary 📝

Write an overview about it.

Details

Describe more what you did on changes.

  1. (...)
  2. (...)

Bugfixes 🐛 (delete if dind't have any)

Checks

  • Closed #798
  • Tested Changes
  • Stakeholder Approval

@yanghua yanghua self-assigned this Sep 11, 2024
@@ -21,6 +21,7 @@ pytest = "==8.1.1"
pytest-cov = "==5.0.0"
coverage = "==7.5.0"
ruff = "==0.6.0"
types-requests = "==2.32.0.20240907"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for mypy check

@@ -161,7 +165,7 @@ def __init__(
secret,
endpoint_url,
region,
max_retry_count=max_retry_count,
max_retry_count=0,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actively close the native tos python client's retry mechisaim.

@yanghua yanghua marked this pull request as ready for review September 12, 2024 11:11
@xianyinxin xianyinxin merged commit f663612 into main Sep 12, 2024
12 checks passed
@yanghua yanghua deleted the 25-stability branch September 13, 2024 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants