Poller is not running. No poller has run within the last 300 seconds

Hi, i have an issue with Pooler and Scheduler:
My environment is Docker, when I will try start poller manually they gives me an error at beginning but pooling correctly, after 5 minutes poller is not working I must do the same situation and start poller manually.

d7959506a3b1:/opt/librenms$ /opt/librenms/poller-wrapper.py 16
/opt/librenms/LibreNMS/wrapper.py:289: SyntaxWarning: invalid escape sequence ‘\s’
module_str = re.sub(“\s”, “”, str(modules).strip())
2025-03-04 07:21:08,726 :: INFO :: starting the poller check at 2025-03-04 07:21:08 with 3 threads for 3 devices
2025-03-04 07:21:12,263 :: INFO :: worker Thread-4 (poll_worker) finished device 2 in 3 seconds
2025-03-04 07:21:12,490 :: INFO :: worker Thread-2 (poll_worker) finished device 3 in 3 seconds
2025-03-04 07:21:13,868 :: INFO :: worker Thread-3 (poll_worker) finished device 4 in 5 seconds
2025-03-04 07:21:13,869 :: INFO :: poller-wrapper checked 3 devices in 5 seconds with 3 workers with 0 errors

Validate.php after manually run poller:

d7959506a3b1:/opt/librenms$ /opt/librenms/validate.php

Component Version
LibreNMS 25.2.0 (2025-02-23T13:02:21+00:00)
DB Schema 2021_02_09_122930_migrate_to_utf8mb4 (315)
PHP 8.3.17
Python 3.12.9
Database MariaDB 10.5.28-MariaDB-ubu2004
RRDTool 1.9.0
SNMP 5.9.4
===========================================

[OK] Installed from package; no Composer required
[OK] Database connection successful
[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] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[WARN] Using database for locking, you should set CACHE_DRIVER=redis
[OK] rrd_dir is writable
[OK] rrdtool version ok
[WARN] Non-git install, updates are manual or from package

Strange situation is also my config.php, this file have only foreach and everything is hashed.

On daily.sh i have only this:

Topic to close, everything working correctly.