Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 09:16
· 128 commits to master since this release

1.4.0 (2024-05-15)

Bug Fixes

  • executor: start task service only when there is at least one confirmed proposal (4ada9e6)
  • queue: fixed adding existing task to the queue when retrying (9ebb1b7)
  • service: added additional task status checks during execution (f58ef63)
  • service: added task state check to prevent double execution (d57d453)
  • task: disabled task retry in case of timeout (c9ffc29)
  • task: fixed taskStartupTimeout config parameter (438ab59)
  • task: removed defaults for task timeout and task startup timeout (184f2e8)
  • task: task retry only in case of GolemWorkError (9d79a6b)

Features

  • task: added option retryOnTimeout that will allow the user to opt-in for retries (29dd5f9)