Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make waitress timeout configurable #857

Open
corporategoth opened this issue Jan 7, 2024 · 1 comment
Open

Make waitress timeout configurable #857

corporategoth opened this issue Jan 7, 2024 · 1 comment
Labels

Comments

@corporategoth
Copy link

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).

Copy link
Contributor

github-actions bot commented Jul 6, 2024

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

@github-actions github-actions bot added the stale label Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant