Closed marcmengel closed 9 months ago
Well, we're doing a condor_q -format in this case, so we should only be getting lines in the format we want, or rarely, the "All queues are empty" line. The only way we get a problem is if they made the 5th word of a future "All queues are empty" line one of the status letters (TCXIRH), which would then bump the counter for the total of that type... I guess the thing that might fix, upon re-reading it, is we might be counting an "All queues are empty" line as a job in our total number of jobs. (i.e. if we had nothing running on any of the 4 servers, we might report 4 jobs total...) Okay, you talked me into it .
Fix for #516