Skip to content

Commit

Permalink
Release 3.0.0 (#58)
Browse files Browse the repository at this point in the history
* Ability to abort running task/workflow (#52)

Features:
* API to terminate a task/ job
* Do not enforce max execution time on a task
Changes:
* Ability to publish control messages from the scheduler to all the executors
* Task handler contract changes to allow stopping a task
* Ability to abort a running task/ workflow
* Tests - Remove timer based approach to check the job and trigger completion

* Release Kronos 3.0.0-RC1

* Ability to retry a task on timeout (#53)

* Ability to retry a task on timeout
* Fix issues with control message on retry
* Integration test to test basic restart scenarios

* Updating version to release 3.0.0

* Update java version in travis.ci to openjdk8

* Update version in Dockerfile to 3.0.0
  • Loading branch information
Srinathc authored and girishkarthik committed Nov 8, 2019
1 parent 24a51a8 commit eec1e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8u151-jre-alpine

ENV KRONOS_VERSION 3.0.0-RC2
ENV KRONOS_VERSION 3.0.0
ENV KRONOS_HOME /home/kronos-${KRONOS_VERSION}
ENV MODE all

Expand Down

0 comments on commit eec1e60

Please sign in to comment.