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

Allow other retry configs to influence DynamoDB extended retries #3175

Merged
merged 6 commits into from
Jan 29, 2025

Conversation

mullermp
Copy link
Contributor

Fixes #3172

@mullermp
Copy link
Contributor Author

@dankochime

@mullermp mullermp requested a review from alextwoods January 29, 2025 15:15
Copy link

github-actions bot commented Jan 29, 2025

Detected 6 possible performance regressions:

  • aws-sdk-s3.require_mem_allocated_kb - z-score regression: 6582.24 -> 6601.9. Z-score: 109.33
  • aws-sdk-sns.require_mem_allocated_kb - z-score regression: 6547.18 -> 6567.1. Z-score: 114.16
  • aws-sdk-kinesis.require_mem_allocated_kb - z-score regression: 6547.26 -> 6566.98. Z-score: 115.91
  • aws-sdk-core.require_mem_allocated_kb - z-score regression: 6520.84 -> 6540.46. Z-score: 82.75
  • aws-sdk-cloudwatchlogs.require_mem_allocated_kb - z-score regression: 6547.18 -> 6567.02. Z-score: 86.73
  • aws-sdk-cloudwatch.require_mem_allocated_kb - z-score regression: 6547.73 -> 6567.57. Z-score: 110.29

Gemfile Show resolved Hide resolved
@mullermp mullermp merged commit c0676b0 into version-3 Jan 29, 2025
30 checks passed
@mullermp mullermp deleted the ddb-plugin branch January 29, 2025 20:47
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.

Retries on DynamoDB do not match documentation
2 participants