Detect if code is running in a Bull process or not?
Created by: cjdell
Is there a reliable way to detect whether the code is running in the main thread or in a Bull process?
I want to use this to avoid making unnecessary requires when the code is running in Bull to keep the process size down.
Thanks