JobCleanupTask was scheduling poller and monitor jobs for all SNMP-enabled devices on every startup without checking phoenix_snmp_disabled. These jobs would immediately bail out but still consumed queue capacity. JobHealthCheckWorker had the same issue - recovering 'missing' monitor jobs that would just no-op. Both now check Client.phoenix_snmp_disabled() before scheduling. |
||
|---|---|---|
| .. | ||
| mix/tasks | ||
| snmpkit | ||
| towerops | ||
| towerops_web | ||
| snmp_lib.ex | ||
| snmp_mgr.ex | ||
| snmpkit.ex | ||
| towerops.ex | ||
| towerops_native.ex | ||
| towerops_web.ex | ||