Releases: cognitree/kronos
Releases · cognitree/kronos
Kronos 2.2.2
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
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
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
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
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
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
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
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
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