Skip to content

1.0.2

Compare
Choose a tag to compare
@terrymanu terrymanu released this 03 Feb 15:11
· 2372 commits to master since this release

Refactor

  1. ISSUE #17 Task type interface changes

Enhancement

  1. ISSUE #6 Proofreading job server and registry time error
  2. ISSUE #8 Increase misfire switch, default enable missed task re-execution
  3. ISSUE #9 Sharding policy configurability
  4. ISSUE #10 Provides a sorting strategy for odd even shards based on job name hash value
  5. ISSUE #14 When the console modifies the cron expression, the task updates the cron in real time
  6. ISSUE #20 Operations UI task list shows increased cron expression
  7. ISSUE #54 Sequenceperpetual task performance improved, changing fetch data to multithreaded, previously processing data only as multithreaded
  8. ISSUE #55 offset storage capabilities

Bug Fixes

  1. ISSUE #1 Inaccurate access to IP addresses in complex network environments
  2. ISSUE #13 After a job throws a run-time exception, it does not continue to be triggered later
  3. ISSUE #53 Dataflow's Sequence type tasks use multithreaded fetch data