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

[feat] Watch() retries 410 errors #327

Merged
merged 1 commit into from
Aug 9, 2024
Merged

[feat] Watch() retries 410 errors #327

merged 1 commit into from
Aug 9, 2024

Conversation

tomplus
Copy link
Owner

@tomplus tomplus commented Aug 5, 2024

Fixes #136

Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.15%. Comparing base (2126b1d) to head (a43f780).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #327      +/-   ##
==========================================
+ Coverage   28.11%   28.15%   +0.03%     
==========================================
  Files         779      779              
  Lines       92138    92184      +46     
==========================================
+ Hits        25904    25950      +46     
  Misses      66234    66234              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tomplus tomplus merged commit 7222c98 into master Aug 9, 2024
16 checks passed
@rjhuijsman
Copy link

Thanks for doing this! My team is excited to see this land - hopefully this can go into a release soon! 🙂 🙏🏻

@tomplus
Copy link
Owner Author

tomplus commented Aug 31, 2024

Thank you.
I'm preparing the next release, should be available in the following week.

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.

Perform automatic retries for 410s during watches
2 participants