Koenkk / zigbee-herdsman

A Node.js Zigbee library
MIT License
481 stars 301 forks source link

Make waitress timeout configurable #857

Closed corporategoth closed 3 months ago

corporategoth commented 10 months ago

Right now, I have an issue where things can timeout after 10s for a combination of reasons, primarily

One quick thing that would help work around this is if I could adjust the waitress timeout. It would not fix the underlying issue, but allowing for a longer timeout might prevent things crashing under high load (ie. HA autoconfiguration, when the main loop is overloaded because Z2M generates a LOT of entities for my HA and Zigbee processing gets delayed, or a bunch of zigbee commands hits the concurrency limiter, since the timer is set pre-concurrency limit).

It would be nice if the waitress timeout could be adjusted in the configuration (similar to how the concurrency limit can be).

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days