Skip to content

0.9.17

Compare
Choose a tag to compare
@bubblesly bubblesly released this 03 Oct 09:33
· 51 commits to master since this release
47a5404
Fix job duration display (#471)

* Fix job duration display

Job execution duration display cannot go above 24h.
The moment.format function can only generate days between 1 and 31.
For durations > 24h, we display days explicitly

* Bump version to 0.9.17