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

Default client timeout option set excessively high #23

Open
codypperson opened this issue Oct 24, 2024 · 0 comments
Open

Default client timeout option set excessively high #23

codypperson opened this issue Oct 24, 2024 · 0 comments

Comments

@codypperson
Copy link

The default client timeout is set to 6000, but guzzle request options is looking for a seconds value. We were getting some intermittent 504s today and tracked it down to requests that call Kickbox client verify. As it turns out the client is defaulting to waiting 100 MINUTES to time out the API call, which explains why I wasn't seeing any errors logged. I suggest that the documentation and default be updated to reflect that the value should be in seconds, not milliseconds.

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

No branches or pull requests

1 participant