Skip to content

Instantly share code, notes, and snippets.

@avocadosalsa
Created August 10, 2020 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avocadosalsa/7e0c9681638324cb5f5a68e3adc4fbe0 to your computer and use it in GitHub Desktop.
Save avocadosalsa/7e0c9681638324cb5f5a68e3adc4fbe0 to your computer and use it in GitHub Desktop.
Home Assistant High CPU Usage
Process 207: python3 -m homeassistant --config /config
Python v3.8.3 (/usr/local/bin/python3.8)
Thread 207 (active): "MainThread"
datagram_received (aiocoap/transports/tinydtls.py:262)
_read_ready (asyncio/selector_events.py:1019)
_run (asyncio/events.py:81)
_run_once (asyncio/base_events.py:1859)
run_forever (asyncio/base_events.py:570)
run_until_complete (asyncio/base_events.py:603)
run (asyncio/runners.py:43)
run (homeassistant/runner.py:119)
main (homeassistant/__main__.py:312)
<module> (homeassistant/__main__.py:320)
_run_code (runpy.py:87)
_run_module_as_main (runpy.py:194)
Thread 229 (idle): "Thread-1"
dequeue (logging/handlers.py:1427)
_monitor (logging/handlers.py:1478)
run (threading.py:870)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 230 (idle): "SyncWorker_0"
_worker (concurrent/futures/thread.py:78)
run (threading.py:870)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 233 (idle): "SyncWorker_1"
_worker (concurrent/futures/thread.py:78)
run (threading.py:870)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 234 (idle): "SyncWorker_2"
_worker (concurrent/futures/thread.py:78)
run (threading.py:870)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 235 (idle): "SyncWorker_3"
_worker (concurrent/futures/thread.py:78)
run (threading.py:870)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 236 (idle): "SyncWorker_4"
_worker (concurrent/futures/thread.py:78)
run (threading.py:870)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 237 (idle): "SyncWorker_5"
_worker (concurrent/futures/thread.py:78)
run (threading.py:870)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 238 (idle): "SyncWorker_6"
_worker (concurrent/futures/thread.py:78)
run (threading.py:870)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 239 (idle): "SyncWorker_7"
_worker (concurrent/futures/thread.py:78)
run (threading.py:870)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 240 (idle): "Recorder"
wait (threading.py:302)
get (queue.py:170)
run (homeassistant/components/recorder/__init__.py:340)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 243 (idle): "zeroconf-Engine-243"
run (zeroconf/__init__.py:1304)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 244 (idle): "zeroconf-Reaper_244"
wait (threading.py:306)
wait (zeroconf/__init__.py:2326)
run (zeroconf/__init__.py:1417)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 245 (idle): "Wemo HTTP Thread"
select (selectors.py:415)
serve_forever (socketserver.py:232)
_run_http_server (pywemo/subscribe.py:261)
run (threading.py:870)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Thread 246 (idle): "Wemo Events Thread"
wait (threading.py:306)
sleep (pywemo/subscribe.py:92)
run (sched.py:149)
_run_event_loop (pywemo/subscribe.py:269)
run (threading.py:870)
_bootstrap_inner (threading.py:932)
_bootstrap (threading.py:890)
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment