Added Joblog monitoring function#263
Conversation
Added new data source, job logs, which can be polled at user intervals. Also cleaned up some CRLF/LF line endings
SQLEventTest fix to account for multiple large jobs on the test system
| } | ||
|
|
||
| /** | ||
| * Get the current job identifier for testing |
There was a problem hiding this comment.
Remnant of testing phase, where job was specified. Needs to be modified to return current job
Replace placeholder test for retrieving current job ID
Added validation for job identifiers to enforce proper formatting
|
Apart from user experience, what benefits does this approach have compared to the existing WCH support? |
Adding on to this question, the watch support allows for wildcarding by the use of In today's usage of Manzan, it would be quite rare that an admin would know the exact job qualifier of a job. However, it would be quite common for them to know the job name of interest. So, this feature would be much more useful if the |
Adding some possible answers to this question I can think of:
Meanwhile, advantages of the existing support:
In any event, the doc should be clear that some data may be harvested with multiple approaches and explain some of the cases where one may be more beneficial than the other. Overall, I like the feature and like that you're coming up with new uses ! |
|
Thanks for the detailed insight! Yes, I did come up with this implementation mainly keeping ease of use for the user in mind, without having to deal with managing STRWCH sessions. But knowing the job qualifier fully is a current limitation, I'll definitely be looking into having the job name dynamic search be a part of this feature, and that will allow an easier entry into the feature itself. |
Added new data source, job logs, which can be polled at user intervals. Also cleaned up some CRLF/LF line endings