Skip to content

Releases: cognitree/kronos

Kronos 2.2.2

14 May 08:05
291dd00
Compare
Choose a tag to compare

Features added in 2.2.2

  • Support passing parameters at a workflow level to be used by a workflow task.
  • Support overriding workflow parameter at a trigger level.
  • Ability to specify retry policy at a task level in a workflow.
  • CORS support to allow all Origins

Kronos v2.2.2-RC2

30 Apr 12:34
2ffd642
Compare
Choose a tag to compare
Kronos v2.2.2-RC2 Pre-release
Pre-release

Features added in 2.2.2

  • Support passing parameters at a workflow level to be used by a workflow task.
  • Support overriding workflow parameter at a trigger level.
  • Ability to specify retry policy at a task level in a workflow.

Bug Fixes

  • Fixed issue with dynamic property resolution from workflow properties

Kronos 2.2.2-RC1

30 Apr 04:47
5fc5133
Compare
Choose a tag to compare
Kronos 2.2.2-RC1 Pre-release
Pre-release

Features added in 2.2.2

  • Support passing parameters at a workflow level to be used by a workflow task.
  • Support overriding workflow parameter at a trigger level.
  • Ability to specify retry policy at a task level in a workflow.

Kronos 2.2.1

19 Apr 14:48
38ed07f
Compare
Choose a tag to compare

Features added in 2.2.1

  • Fixed startup script to be able to launch scheduler and executor as a different process in the same machine.
  • Updated Kafka queue extension to support Kafka 2.2.0
  • Fixed vulnerable dependencies.
  • Added extension to support MongoDB as the store for Kronos.
  • Introduce SKIPPED state to distinguish failure in execution and resolving the dependency.
  • Ability to parse and update task properties recursively from the dependee task context.
  • Added support to schedule workflow at a fixed delay rate.

Kronos 2.2.1-RC1

19 Apr 08:25
Compare
Choose a tag to compare
Kronos 2.2.1-RC1 Pre-release
Pre-release

Features added in 2.2.1

  • Fixed startup script to be able to launch scheduler and executor as different process in the same machine.
  • Updated Kafka queue extension to support Kafka 2.2.0
  • Fixed vulnerable dependencies
  • Added extension to support mongodb as the store for Kronos.
  • Introduce SKIPPED state to distinguish failure in execution and resolving dependency.
  • Ability to parse and update task properties recursively from dependee task context.
  • Added support to schedule workflow at a fixed delay rate.

Kronos 2.2

25 Sep 07:30
ce083d8
Compare
Choose a tag to compare

Features added in 2.2

  • ability to schedule a workflow for a specified number of times at an interval
  • ability to schedule a workflow based on calendar and daily time interval
  • generic store extension to support all JDBC backed database
  • embedded HSQL store extension
  • email notifications on tasks failure and workflow completion (success/ failure)
  • delete the trigger once the trigger has completed the execution
  • ability to pause and resume (enabled/disabled) workflow triggers
  • API to query enabled/ disabled workflow triggers

Kronos 2.1

03 Sep 09:50
3a9f0f3
Compare
Choose a tag to compare

Features in 2.1

  • Schedule CRON based workflow
  • Extensible task handler framework
  • Pluggable persistence store
  • Pluggable timeout policy
  • Pluggable message queue
  • RESTful API to perform CRUD operation
  • Ability to specify a start and end time for a trigger
  • Namespace resources within Kronos
  • Track lifecycle of a workflow

Kronos 2.0

03 Aug 12:31
6ea53c0
Compare
Choose a tag to compare

Features in 2.0

  • Schedule CRON based workflow
  • Extensible task handler framework
  • Pluggable persistence store
  • Pluggable timeout policy
  • Pluggable message queue
  • RESTful API to perform CRUD operation

Kronos 1.0

12 Jun 13:03
1da24df
Compare
Choose a tag to compare

Features in 1.0

  • Schedule CRON based recurring task
  • Modify tasks and their dependency at runtime
  • Extensible task handler framework
  • Pluggable persistence store
  • Pluggable task definition source
  • Custom timeout policy