Skip to content

fix(userpool): increase retry max attempts #18

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

Merged
merged 1 commit into from
Apr 8, 2025
Merged

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Apr 8, 2025

This pull request includes a change to the userpool/userpool.go file to improve the configuration options for the New function. The change sets a default maximum retry attempt for the configuration.

Configuration improvement:

  • userpool/userpool.go: Modified the copts initialization in the New function to include config.WithRetryMaxAttempts(10) by default.

@k1LoW k1LoW self-assigned this Apr 8, 2025
Copy link
Contributor

github-actions bot commented Apr 8, 2025

Code Metrics Report

main (10f3d2d) #18 (65cae8f) +/-
Coverage 0.0% 0.0% 0.0%
Code to Test Ratio 1:0.0 1:0.0 0.0
Test Execution Time 8s 4s -4s
Details
  |                     | main (10f3d2d) | #18 (65cae8f) | +/-  |
  |---------------------|----------------|---------------|------|
  | Coverage            |           0.0% |          0.0% | 0.0% |
  |   Files             |              5 |             5 |    0 |
  |   Lines             |            304 |           304 |    0 |
  |   Covered           |              0 |             0 |    0 |
  | Code to Test Ratio  |          1:0.0 |         1:0.0 |  0.0 |
  |   Code              |            626 |           628 |   +2 |
  |   Test              |              0 |             0 |    0 |
+ | Test Execution Time |             8s |            4s |  -4s |

Code coverage of files in pull request scope (0.0% → 0.0%)

Files Coverage +/-
userpool/userpool.go 0.0% 0.0%

Reported by octocov

@k1LoW k1LoW merged commit 5f96bff into main Apr 8, 2025
1 check passed
@k1LoW k1LoW deleted the increase-default-retry branch April 8, 2025 08:21
@github-actions github-actions bot mentioned this pull request Apr 8, 2025
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