Port state resetting on Linux servers

Are there any known issues with resetting of port state? I have a number of serves with docker0 interfaces (which I’ve added to “bad interfaces”) so they should be ignored but they keep alerting down then clear after a bit. I have also set all of them to ignore alerts in the port settings but the toggle keeps turning itself off again after some period of time and they begin alerting again. This only seems to happen with servers, though once in a while a switch will do it too.
It has done this for the last few librenms versions but 24.3.0 seems to have made it worse.

===========================================
Component | Version
--------- | -------
LibreNMS  | 24.3.0 (2024-04-01T10:18:44-05:00)
DB Schema | 2024_02_07_151845_custom_map_additions (290)
PHP       | 8.3.1
Python    | 3.10.12
Database  | MariaDB 10.6.16-MariaDB-0ubuntu0.22.04.1-log
RRDTool   | 1.7.2
SNMP      | 5.9.1
===========================================
[OK]    Composer Version: 2.7.2
[OK]    Dependencies up-to-date.
[OK]    Database connection successful
[OK]    Database Schema is current
[OK]    SQL Server meets minimum requirements
[OK]    lower_case_table_names is enabled
[OK]    MySQL engine is optimal
[OK]    Database and column collations are correct
[OK]    Database schema correct
[OK]    MySQL and PHP time match
[OK]    Distributed Polling setting is enabled globally
[OK]    Connected to rrdcached
[OK]    Active pollers found
[OK]    Dispatcher Service not detected
[OK]    Locks are functional
[OK]    Python poller wrapper is polling
[OK]    Redis is unavailable
[OK]    rrdtool version ok
[OK]    Connected to rrdcached

This seems to have ended up being related to hitting max_connections limit I’m mariadb/mysql. Found connection errors in the librenms log after some further investigation and changed it to 567 based on some forum recommendations. So far the issue has not reoccurred.