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

Retry middleware - revision #18

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Retry middleware - revision #18

merged 2 commits into from
Oct 30, 2024

Conversation

krutoo
Copy link
Owner

@krutoo krutoo commented Oct 30, 2024

  • middleware/retry: now retries by default when response is not ok
  • middleware/retry: loop conditions can be specified via config
  • middleware/retry: when response is received and it is not ok, it will be dumped (potential memory leaks)
  • middleware/retry: unit tests added
  • deps: upd
  • deps: std/assert removed

- middleware/retry: now retries by default when response is not ok
- middleware/retry: loop conditions can be specified via config
- middleware/retry: when response is received and it is not ok, it will be dumped (potential memory leaks)
- middleware/retry: unit tests added
- deps: upd
- deps: std/assert removed
@krutoo krutoo self-assigned this Oct 30, 2024
- middleware/retry: type RetryConfig now is exported from /middleware entrypoint
@krutoo krutoo merged commit 142da43 into main Oct 30, 2024
1 check passed
@krutoo krutoo deleted the retry-revision branch October 30, 2024 19:27
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.

1 participant