Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Async execution of System Tasks#187

Merged
v1r3n merged 5 commits intomasterfrom
dev
Apr 28, 2017
Merged

Async execution of System Tasks#187
v1r3n merged 5 commits intomasterfrom
dev

Conversation

@v1r3n
Copy link
Contributor

@v1r3n v1r3n commented Apr 27, 2017

  • Execute system tasks asynchronously
  • Allow limiting concurrent execution of tasks (early beta)

v1r3n and others added 5 commits April 18, 2017 14:49
Handle the case where sub workflow might not have started when trying to cancel
…rrency (#185)

* Asynchronous execution of system tasks
* Allow limiting the number of tasks in progress by task def name
return false;
}
}
return false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The method basically becomes a no-op, where has this functionality to start again moved?

return Collections.emptyList();
if(edao.exceedsInProgressLimit(task)) {
continue;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to check the limit while polling?

@v1r3n v1r3n merged commit bda81dc into master Apr 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants