Status page display issues

I moved this into its own thread as it was off-topic from the LifeMap discussion.

The status page is difficult because there are multiple queues and a place for scheduled jobs (that’s used when I hit a limit & need to back off; I schedule them for the next rate limit reset) … so every time the rate limit resets, all the scheduled jobs get chucked into the queue. I’m not currently displaying info for queued activities - that’s why they appear/disappear in that page.

Searching through the queue for any of your activities can be expensive, especially if there are thousands of queued jobs. So I’m still trying to wrap my head around that…

// @fredrik.coulter @dallas.devries