| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-11 | 384 Bytes | |
| v0.37.0 source code.tar.gz | 2026-05-11 | 569.3 kB | |
| v0.37.0 source code.zip | 2026-05-11 | 777.4 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
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].