Written by

J2 Interactive
Article Robert Hanna · Jul 22, 2019 1m read

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

Comments

Evgeny Shvarov · Jul 23, 2019

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.

0
Evgeny Shvarov · Jul 23, 2019

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.

0
Robert Hanna  Jul 23, 2019 to Evgeny Shvarov

Hi Evgeny,

Thanks for the help! Those changes are committed.

0
Evgeny Shvarov  Jul 23, 2019 to Robert Hanna

Robert, thanks for sharing!

Works and compiles with IRIS on Docker in VSCode.

0