Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Threaded Scanning Released!

Choose a tag to compare

@abstract-base-method abstract-base-method released this 30 Mar 13:38
· 104 commits to master since this release
f2b3bff

In this latest release:

  • we fix #73 where commands were logging the base class for commands; Now we will show the correct command class that throws the exception and the correct line number.
  • Scanning is now threaded! Your cluster requires no changes but you should see performance improvements in your scan nodes. We saw some latency in HTTP based source implementations and took notice. Now a slow HTTP URL monitor won't slow down your other environment probes!

PR: #74