Make the JPL Logger handler a Non-Blocking queue handler logger
The JPL logger can slow things down a bit since it needs to send to JPL and receive something back before it moves on. This isn't a huge amount of time but we should switch to a queue handler to speed up (especially during training).
https://docs.python.org/3/library/logging.handlers.html#logging.handlers.QueueHandler