hass-core/homeassistant
J. Nick Koston 94bf55e29b
Limit concurrency of async_get_integration to avoid creating extra threads (#43085)
* Limit concurrency of async_get_integration to avoid creating extra threads

Since async_get_integration is waiting on the disk most of the time
it would end up creating many new threads because the disk could
not deliver the data in time.

* pylint
2020-11-10 21:34:54 -10:00
..
auth Use list literal without using dict.keys() (#42573) 2020-10-30 09:19:13 -05:00
components Streamline Tile CoordinatorEntity (#43065) 2020-11-10 18:00:19 -07:00
generated Add config flow to epson and fix timeouts (#39697) 2020-11-07 18:15:29 +01:00
helpers Limit concurrency of async_get_integration to avoid creating extra threads (#43085) 2020-11-10 21:34:54 -10:00
scripts Upgrade colorlog to 4.5.0 (#42965) 2020-11-08 14:05:55 +01:00
util Limit concurrency of async_get_integration to avoid creating extra threads (#43085) 2020-11-10 21:34:54 -10:00
__init__.py
__main__.py Upgrade isort to 5.4.2 (#37939) 2020-08-29 08:23:55 +02:00
block_async_io.py Various type hint improvements (#37952) 2020-07-22 08:06:37 -07:00
bootstrap.py Limit concurrency of async_get_integration to avoid creating extra threads (#43085) 2020-11-10 21:34:54 -10:00
config.py Add link to log view in persistent notification (#42060) 2020-10-21 12:09:45 -05:00
config_entries.py Extend WS API result when enabling an entity (#42667) 2020-11-09 19:47:45 +01:00
const.py Include device_id in ZHA event (#43037) 2020-11-10 12:43:15 +01:00
core.py Disable legacy templates by default (#42967) 2020-11-08 16:11:38 +01:00
data_entry_flow.py Add data entry flow show progress step (#42419) 2020-11-09 18:39:28 +01:00
exceptions.py Ensure all template errors are caught and the websocket api reports them (#41719) 2020-10-12 16:38:24 +02:00
loader.py Limit concurrency of async_get_integration to avoid creating extra threads (#43085) 2020-11-10 21:34:54 -10:00
package_constraints.txt Please set exact cryptography version cryptography==3.2 (#42611) 2020-11-04 10:06:35 +01:00
requirements.py Cleanup unused loggers (components A-M) (#41600) 2020-10-12 16:59:05 +02:00
runner.py Upgrade pylint to 2.6.0 (#39363) 2020-08-29 07:59:24 +02:00
setup.py Use dict syntax (#41325) 2020-10-06 15:02:23 +02:00
strings.json Add not internet accessible to base strings for config flows (#42478) 2020-11-08 08:55:18 +01:00