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
Fairly regularly, when the integration goes to update (for me, it's usually the appliance or service updates), it times out when calling the self.session.post or get. Increasing the async timeout to 10s does not help. I think this may be due to calling the session pool multiple times. I have a feeling this issue is common for multiple integrations as I see similar errors with some other integrations that shouldn't happen (polling local webservers over 1Gbps connections or in docker containers).
The text was updated successfully, but these errors were encountered:
Fairly regularly, when the integration goes to update (for me, it's usually the appliance or service updates), it times out when calling the self.session.post or get. Increasing the async timeout to 10s does not help. I think this may be due to calling the session pool multiple times. I have a feeling this issue is common for multiple integrations as I see similar errors with some other integrations that shouldn't happen (polling local webservers over 1Gbps connections or in docker containers).
The text was updated successfully, but these errors were encountered: