You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: