Hi everyone. I’m building an extension that does a lot of work in the background. Due to the amount of work the extension prompts a message during the process (once). It states that there are a significant number of tasks pending.
Does any one know more about this or to be more specific:
- How can you track the number of pending tasks?
- What is the threshold for displaying this message?
- How are these tasks stacked? I’m chaining a lot of tasks so there should not be many tasks running simultaniously.