Some 'DNS' errors after newest uptdate

I see some strange ‘watchdog’ ‘DNS’ errors after yesterday’s update to newest hass.io
Should I worry about that…? What could be done to track that error…?

19-11-03 10:30:14 INFO (SyncWorker_3) [hassio.docker.interface] Clean hassio_dns application
19-11-03 10:30:33 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with CoreDNS plugin!
19-11-03 10:30:34 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
19-11-03 10:30:34 ERROR (MainThread) [hassio.utils] Can't execute run while a task is in progress
19-11-03 10:31:15 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with CoreDNS plugin!
19-11-03 10:31:15 INFO (SyncWorker_3) [hassio.docker.dns] Start DNS homeassistant/armv7-hassio-dns with version 1
19-11-03 10:31:15 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with CoreDNS plugin!
19-11-03 10:31:15 WARNING (MainThread) [hassio.tasks] CoreDNS plugin is in fails state / Reset config
19-11-03 10:31:15 WARNING (MainThread) [hassio.tasks] CoreDNS plugin is in fails state / Reset config
19-11-03 10:31:16 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
19-11-03 10:31:16 INFO (SyncWorker_4) [hassio.docker.interface] Clean hassio_dns application
19-11-03 10:31:16 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
19-11-03 10:31:16 ERROR (MainThread) [hassio.utils] Can't execute run while a task is in progress
19-11-03 10:31:33 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with CoreDNS plugin!
19-11-03 10:31:33 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
19-11-03 10:31:33 ERROR (MainThread) [hassio.utils] Can't execute run while a task is in progress
19-11-03 10:32:08 INFO (SyncWorker_4) [hassio.docker.dns] Start DNS homeassistant/armv7-hassio-dns with version 1
19-11-03 10:32:29 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with CoreDNS plugin!
19-11-03 10:32:29 WARNING (MainThread) [hassio.tasks] CoreDNS plugin is in fails state / Reset config
19-11-03 10:32:30 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
19-11-03 10:32:30 INFO (SyncWorker_0) [hassio.docker.interface] Clean hassio_dns application
19-11-03 10:32:33 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with CoreDNS plugin!
19-11-03 10:32:34 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
19-11-03 10:32:34 ERROR (MainThread) [hassio.utils] Can't execute run while a task is in progress
19-11-03 10:32:53 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with CoreDNS plugin!
19-11-03 10:32:53 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
19-11-03 10:32:54 ERROR (MainThread) [hassio.utils] Can't execute run while a task is in progress

In mean-time looked for some advice…
I.e. changed this:

core-ssh:~# hassio dns info
host: 172.30.32.3
latest_version: "1"
locals:
- dns://8.8.8.8
- dns://8.8.4.4
servers:
- dns://1.1.1.1
- dns://9.9.9.9
version: "1"

to

core-ssh:~# hassio dns info
host: 172.30.32.3
latest_version: "1"
locals:
- dns://8.8.8.8
- dns://8.8.4.4
servers:
- dns://192.168.1.1
version: "1"

With command:

core-ssh:~# hassio dns options --servers dns://192.168.1.1

I’ll see if that helped…