Skip to content

5.1

Compare
Choose a tag to compare
@kagkarlsson kagkarlsson released this 23 Sep 12:57
· 616 commits to master since this release

Version 5.1

  • PR #52 redesigns use of the underlying ExecutorService, making better use of the backing queue.
  • PR #53 adds a method to the SchedulerClient for checking if a TaskInstance already exists, client.getScheduledExecution(<task-instance-id>) (fixes #38.
  • PR #54 adds a builder-method for supplying an externally managed ExecutorService (fixes #51).
  • PR #56 adds cron-support, Schedules.cron(<pattern>) (fixes #40).