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
I'm not sure if this is the right forum for this question, but for users of this gem, is there a recommended setting for timeout?
I have an internal app that sends messages to my workspace via chat_postMessage when certain internal events happen (sending a dozen of messages per minute). My current open and read timeouts are both set at 3 seconds. Everyday, I see a handful of Faraday::ConnectionFailed being thrown, which then resolves themselves upon retry. Is 3 second a reasonable timeout? Please feel free to point me to any official doc or share some recommendations/best practices around this.
Thank you very much for your time and attention!
The text was updated successfully, but these errors were encountered:
Hello Slack Team,
I'm not sure if this is the right forum for this question, but for users of this gem, is there a recommended setting for timeout?
I have an internal app that sends messages to my workspace via
chat_postMessage
when certain internal events happen (sending a dozen of messages per minute). My current open and read timeouts are both set at 3 seconds. Everyday, I see a handful ofFaraday::ConnectionFailed
being thrown, which then resolves themselves upon retry. Is 3 second a reasonable timeout? Please feel free to point me to any official doc or share some recommendations/best practices around this.Thank you very much for your time and attention!
The text was updated successfully, but these errors were encountered: