Skip to content

Conversation

@langsharpe
Copy link
Owner

  • Remove retriable gem from runtime dependencies in gemspec
  • Remove require statement for retriable in client.rb
  • Implement custom with_retry method with exponential backoff
  • Replace Retriable.retriable calls with custom with_retry method
  • Maintains same retry behavior for ServerError and RateLimitError
  • Uses exponential backoff: 0.5s, 0.75s, 1.125s, 1.6875s, ... up to 60s max
  • Respects retry_timeout configuration

- Remove retriable gem from runtime dependencies in gemspec
- Remove require statement for retriable in client.rb
- Implement custom with_retry method with exponential backoff
- Replace Retriable.retriable calls with custom with_retry method
- Maintains same retry behavior for ServerError and RateLimitError
- Uses exponential backoff: 0.5s, 0.75s, 1.125s, 1.6875s, ... up to 60s max
- Respects retry_timeout configuration
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.

3 participants