Packaged UE4 game -- Oculus Idle causes crash

I think I’ve isolated the issue. I’m running multiple threads and I believe that it’s building up a data queue while idle that’s not getting cleared due to the oculus pausing the main tick threads.

So follow up question: is there a way to detect if the main threads are paused so I can pause my background threads?