Skip to content

workflow v0.10.2

Compare
Choose a tag to compare
@Barenboim Barenboim released this 26 Jun 12:53
· 680 commits to master since this release
42d87f4

New Features

  • Add WFModuleTask.
  • Add round-robin upstream policy.
  • Add named conditional to support observer mode.
  • Support creating a go task with running time limit.

Improvements

  • Use sysconf() to get max open files. Reduce memory usage when it's below 65536.
  • Optimize redis parser to make it safer.
  • Optimize thread pool by using message queue. Reduce the overhead of computing task.

Bug Fixes

  • Fix bugs to make it fully compatible with boring ssl.
  • Fix double deleting bug when canceling server task's series.
  • Fix Kafka client bugs.
  • Fix upstream UPSVNSWRRPolicy bug.