Queue Logging
Hey everyone!
I had looked around a bit and couldn't find a native way to log queue counts in Ensemble/HealthShare so I wrote a quick task and persistent class to do it. Hope this saves someone a bit of time. Let me know your thoughts! Thanks!
Bobby Hanna
Hi Robert! Thanks for sharing!
Was not able to import the Util.LogQueueCounts class in IRIS though - says "ERROR #5559: The class definition for class 'Util.LogQueueCounts' could not be parsed correctly, possibly due to non-matching {} or () characters."
Also forked your repo and renamed classes to match syntax highlighting. Will PR when it starts to compile.
Hi Robert!
Check the PR - introduced IRIS and Docker support for your tool. And provided vscode settings to make it available for editing and compiling with VSCode on InterSystems IRIS.
Hi Evgeny,
Thanks for the help! Those changes are committed.
Robert, thanks for sharing!
Works and compiles with IRIS on Docker in VSCode.