Closed Chris-Kellett closed 2 months ago
The last point seems key, shouldn't all tasks spawned by the scheduler be in goroutines?
Yes it should, done all tasks in attached branch.
Solved the last issue by use of a mutex to the "SaveJson" function which is used by the dashboard.
At the moment the FakeYou checks are holding up the rest of processing in the Scheduler.