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. |
||
|---|---|---|
| .. | ||
| integration | ||
| mix/tasks | ||
| snmpkit | ||
| support | ||
| towerops | ||
| towerops_web | ||
| test_helper.exs | ||
| towerops_native_test.exs | ||