I write steadily data into MySQL of LocalWP. From time to time my parser fires error
Error: getaddrinfo ENOTFOUND localhost:10006
Means - MySQL unavailable.
There is nothing relevant in logs, I attach nevertheless.
local-logs1.zip (42.0 KB)
You might try running through our performance guide here to check for any conflicts, or boost resource settings, timeouts, etc
Some other items you might check could be your network connectivity, competing apps, disk space availability, etc.
Currently I added to my.cnf.hbs
wait_timeout = 28800
interactive_timeout = 28800
performance_schema = on
thread_cache_size = 16
max_connections = 200
and increased innodb_buffer_pool_size
Will look and report.
Okay sounds good @EvgeniyO