UniversalDevicesInc-PG3 / udi-poly-notification

Polyglot v2 NodeServer for Notifications
MIT License
2 stars 1 forks source link

Increase Read timeout #54

Closed jimboca closed 6 months ago

jimboca commented 6 months ago

From: Javier Refuerzo:

Sometimes when Portal is very busy the Notification NS shows a read timeout which causes multiple Notifications in short periods.

https://my.isy.io/api/push/notification/send: HTTPSConnectionPool(host='[my.isy.io](http://my.isy.io/)', port=443): Read timed out. (read timeout=10)
2024-04-30 09:46:57,707 Thread-10939 udi_interface      DEBUG    UDMobile:api_post: got: {'status': False, 'status_code': None, 'code': None}

Can this be increased to a minimum of 20-30 seconds?

jimboca commented 6 months ago

Fixed in 3.6.13