Skip to content

1.2.0

Choose a tag to compare

@Matys333 Matys333 released this 04 Dec 15:29
· 43 commits to main since this release
  • Cancel and retry jobs

    • Cancel running jobs and create the same new one from them
  • Add related parent to job

    • Parent/children relation for jobs
  • Saving output params from the command into job

    • Using Job::COMMAND_OUTPUT_PARAMS to save anything after it in the command output

  • XML Doctrine mapping for easy override of Job entity
  • Updated job message process handling
  • Other small fixes and updates