Skip to content

Add Timeout Settings to Client #297

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

Closed
wants to merge 3 commits into from
Closed

Add Timeout Settings to Client #297

wants to merge 3 commits into from

Conversation

DjoykeAbyah
Copy link
Member

  • Added a Configuration class (configuration.rb) to manage connection timeout settings.
  • Defined default timeout values for requests:
    timeout: 60,
    open_timeout: 30,
    read_timeout: 30,
    write_timeout: 30.
  • Exposed Adyen.configuration and Adyen.configure methods for setting global configuration options.
  • Updated Client to use Adyen.configuration.connection_options if no connection_options are passed during initialization.

@DjoykeAbyah DjoykeAbyah requested a review from a team as a code owner May 26, 2025 14:58
Copy link

@DjoykeAbyah DjoykeAbyah deleted the add-timeout branch May 27, 2025 11:52
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