Skip to content

v5.0.0

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 21 May 08:34

Version Number

5.0.0-924

Breaking Changes

  • SCMOD-12730: Updated to the latest Worker Framework version, which includes the following breaking changes to support pause task functionality.

    • The statusCheckUrl used by the workers to check the status of a task now points to the status endpoint instead of the isActive endpoint.
    • Instead of returning true or false, the statusCheckUrl will now return one of Active, Cancelled, Completed, Failed,
      Paused, or Waiting.
    • When a worker receives a task, it will now check if the task has been paused using the statusCheckUrl.
    • If the task has been paused, and the CAF_WORKER_PAUSED_QUEUE environment variable is set, the worker will publish the task to the
      CAF_WORKER_PAUSED_QUEUE instead of processing it.
    • If the task has been paused, and the CAF_WORKER_PAUSED_QUEUE environment variable is NOT set, the worker process the task as
      normal (as if the task was not paused).
  • SCMOD-12319: The worker-document archetype has been deprecated.

Known Issues

  • None

Release Artifacts

Maven