The StormDetector was being added twice: 1. In the main children list (line 127) 2. In background_workers() (line 176) This caused the supervisor to fail with 'duplicate_child_name' error. Removed the duplicate from main children list since it's correctly placed in background_workers() which also handles test env properly. |
||
|---|---|---|
| .. | ||
| mix/tasks | ||
| snmpkit | ||
| towerops | ||
| towerops_web | ||
| snmp_lib.ex | ||
| snmp_mgr.ex | ||
| snmpkit.ex | ||
| towerops.ex | ||
| towerops_native.ex | ||
| towerops_web.ex | ||