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

Add retry when some proxy error such as connection error #19

Closed
blizard863 opened this issue Jun 13, 2024 · 0 comments
Closed

Add retry when some proxy error such as connection error #19

blizard863 opened this issue Jun 13, 2024 · 0 comments

Comments

@blizard863
Copy link
Collaborator

blizard863 commented Jun 13, 2024

  1. every proxy can retry independently when connection error such as connection close
  2. main function no need to retry because system daemon will manage it
  3. retry logic will never stop but should exponential backoff, such 1s, 2s, 4s, ... if >= 30s, it will always retry 30s interval
@blizard863 blizard863 changed the title Add retry when connection close Add retry when connection error Jun 13, 2024
@blizard863 blizard863 changed the title Add retry when connection error Add retry when some proxy error such as connection error Jun 16, 2024
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

No branches or pull requests

1 participant