Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for setting condition at task level #55

Merged
merged 10 commits into from
Nov 11, 2019
Merged

Conversation

manikvenkat
Copy link
Contributor

condition based scheduling of subtasks​ based on previous task context is added.
conditions are evaluated in javascript using graalvm and truffle api .

graalvm is a compiler and Truffle is a framework for implementing languages using nothing more than a simple abstract syntax tree interpreter.

Ankit Nanglia and others added 3 commits June 28, 2019 18:53
* Ability to retry a task on timeout
* Fix issues with control message on retry
* Integration test to test basic restart scenarios
@manikvenkat manikvenkat changed the base branch from release-3.0.0 to develop November 8, 2019 11:54
@Srinathc Srinathc merged commit f2a1a29 into develop Nov 11, 2019
@Srinathc Srinathc deleted the condition-kronos branch November 18, 2019 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants