Version 9.10.39 Release Notes

Nuix RESTful Service, Version 9.10.39, released in May 2025.

Nuix Engine

Nuix RESTful Service has been updated to use version 9.10.39 of the Nuix Engine. Details about what is included with this update can be found in the v9.10 changelog.

Resolved Issues

The following issues were resolved in this release.

  • Fixed an issue where the server was able to run only a single job/function at a time. Now, the server can run multiple jobs/functions concurrently with the below conditions.
    • Only a single worker-based function (example— Ingestion, Ocr, Export…) per user.
    • If a case restricted function is running (or waiting ahead for worker’s availability), no other case restricted function can run on the same case.
    • The maximum number of concurrent jobs is limited by the workers configured in maxConcurrentJobs property in the nuix-rest.properties file. The default value is 16.