Skip to content

dsh-phoenix 0.2.4

Choose a tag to compare

@StvLi StvLi released this 01 Sep 06:29
· 5 commits to main since this release

Fix: the defer deadline was compared as a duration (900000) against epoch , so was always true and the restart was forced at the first poll. Now epoch deadlines are passed to deferDecision (soft = hard - span). Added a no-premature-force test. 21 tests.