VisionSystemsInc / terra

Terra - Run your algorithm anywhere on earth
MIT License
0 stars 3 forks source link

Terra zone on ThreadPool #40

Closed andyneff closed 4 years ago

andyneff commented 4 years ago

The terra zone gets messed up on ThreadPoolExecutor.

The main problem here is log messages appear to come from the wrong zone, but this is not more serious than that.

A current fix would be to create a thread aware version of settings, which adds a lot of complexity.

andyneff commented 4 years ago

Solved