Skip to content

0.42.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ThibaultFy ThibaultFy released this 13 Jun 08:58

0.42.0 - 2024-06-13

Changed

  • Rename ComputePlanDBAL().IsPlanRunning(key) to ComputePlanDBAL().ArePlanTaksRunning(key) (#432)

Fixed

  • Compute plans are identified as not running if a task failed or is canceled, even if some tasks are still in doing. (#427)
  • IsPlanRunning checks if a cancel of failure date is set before checking the tasks status. (#432)