Skip to content

v0.37.0

Choose a tag to compare

@brandur brandur released this 11 May 18:14
· 76 commits to master since this release
51699f5

Added

  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. PR #1226.