Skip to main content

May 2025

May 1 2025

Features

  • UI: Agents can now detect errors with the Connection identity
    • Agents will now detect errors or configuration issues with the Connection identity and display them in the UI
    • These errors should be resolvable by modifying the Connection identity through the UI
    • Additional error states will be detected in the future

Improvements

  • Agents: get_process_metrics has been added as a reserved variable for Agents. Setting this variable to false for a connection will skip the collection of host metrics, if the collection of those metrics is not needed.
  • Agents: max_concurrent_workers has been added as a reserved variable for file watcher Agents, which specifies the maximum number of concurrent workers used to process files. By default, this is set to 10.
  • Agents: allow_overlapping_runs has been added as a reserved variable for file watcher Agents, which specifies whether file processing (file upload / Flow run) can overlap with the next file processing. By default, this is set to true; if set to false, the Agent will wait for the current file processing to complete before starting the next file processing.
  • Agents: max_concurrent_workers has been added as a reserved variable for cron Agents, which specifies the maximum number of concurrent workers used to process files. By default, this is set to 10.
  • Agents: allow_overlapping_runs has been added as a reserved variable for cron Agents, which specifies whether file processing (file upload / Flow run) can overlap with the next file processing. By default, this is set to true; if set to false, the Agent will wait for the current file processing to complete before starting the next file processing.

Bug Fixes

  • Agents: Fixed an issue where expired certs on instrument PCs could prevent Agent from starting, and prevent the Agent from being able to trigger Flows. Agents v5.5.1 and later will rely on bundled certs to avoid this issue.

Agent Version: 5.5.5