Sometimes we see in the element log file that the stack size of sets that still need to be executed keeps growing. Because it's not always easy to find the root cause, it would help to see what is currently on that stack/queue. Is it somehow possible to make this visible?
SLElement.exe|43684|CElement::AddToSetStack|DBG|0|Still 1000 sets on the stack. Waiting execution.
SLElement.exe|18572|CElement::AddToSetStack|DBG|0|Still 2000 sets on the stack. Waiting execution.
SLElement.exe|18572|CElement::AddToSetStack|DBG|0|Still 3000 sets on the stack. Waiting execution.
SLElement.exe|43684|CElement::AddToSetStack|DBG|0|Still 4000 sets on the stack. Waiting execution.
SLElement.exe|18572|CElement::AddToSetStack|DBG|0|Still 5000 sets on the stack. Waiting execution.
SLElement.exe|18572|CElement::AddToSetStack|DBG|0|Still 6000 sets on the stack. Waiting execution.
SLElement.exe|40696|CElement::AddToSetStack|DBG|0|Still 7000 sets on the stack. Waiting execution.
SLElement.exe|43684|CElement::AddToSetStack|DBG|0|Still 8000 sets on the stack. Waiting execution.
Unfortunately, there's currently no way to view the contents of these queues.