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 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!
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_postMessagewhen 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::ConnectionFailedbeing 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!