While I’m super glad to have pushed up RC-25, I just wanted others to understand the idea.
The original issue is I switched over to a much less SQL tasking request system. Basically, the way things where (while much progress had been made originally anyway) very sql taxing. For a host, you might have had 12 separate SQL queries per each host to get the data.
I figured out a nicer mechanism around this, but missed two steps. While I was testing things, I was very minimally doing so just ensuring things were operational, not necessary “working” if that makes sense.
To fix this particular issue I basically had to have the class load itself again which doesn’t do much to get away from sql queries.
I’ve since fixed this issue, tested, and validated it’s operational and functional as well without the excess SQL queries which will be available for RC-26.
Just thought it’d be good to give everyone a heads up on it.
Thanks.