Skip to content

v0.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jsyrjala jsyrjala released this 02 Sep 19:00
· 2797 commits to master since this release
  • Do not log exception, when "Race condition in polling workflow instances detected" happens
  • Make dispatcher wait "random(0,1) * short wait time" after race condition (so that probability for race condition lowers in the next poll)
  • Sort workflow instances by id before trying to reserve them in dispatcher (otherwise deadlocks may occur)
  • Removed pollNextWorkflowInstanceIds from nflow-engine public API