Skip to content

v3.4.1

Compare
Choose a tag to compare
@gflewis gflewis released this 24 Apr 07:40
· 230 commits to master since this release

Version 3.4.1 contains improvements for thread management, error handling and logging when running in --daemon or --scan mode.
If the property daemon.threads is less than 2, then the application will not spawn new threads and it will use a single ServiceNow session and Database connection for all jobs. If daemon.threads is greater than 1, then each job will have a unique ServiceNow session and Database connection.

The following new properties are defined.

  • daemon.scope
  • daemon.continue

This version also contains significant changes to the log4j2 configuration.