Skip to content

v0.14.1

Compare
Choose a tag to compare
@bgentry bgentry released this 04 Nov 22:48
· 32 commits to master since this release
a34a5c2

Fixed

  • In PR #663 the client was changed to be more aggressive about re-fetching when it had previously fetched a full batch. Unfortunately a clause was missed, which resulted in the client being more aggressive any time even a single job was fetched on the previous attempt. This was corrected with a conditional to ensure it only happens when the last fetch was full. PR #668.