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

Recover and restarts should cascade through prerequisites. #36

Open
natacha-beck opened this issue Apr 14, 2015 · 0 comments
Open

Recover and restarts should cascade through prerequisites. #36

natacha-beck opened this issue Apr 14, 2015 · 0 comments

Comments

@natacha-beck
Copy link
Contributor

In a big graph of tasks, triggering a recover or restart
on a task should reset the task status downstream in
a cascading fashion, based on the prerequisites.

Unfortunately, a task does not normally record what its downstream
tasks are, in the general CBRAIN framework (PsomSubtasks do,
but that's because I coded them to store teh dowstream
dependencies in their params).

There's an added complication when tasks are actually managed
by higher-level meta-tasks, such as Parallelizers and
Serializer: these should be discovered and reset too.

@natacha-beck natacha-beck added this to the 4.1.0 milestone Apr 14, 2015
@prioux prioux modified the milestones: 4.1.0, 4.2.0 Aug 13, 2015
@prioux prioux modified the milestones: 4.2.0, 4.3.0 Nov 3, 2015
@natacha-beck natacha-beck modified the milestones: 4.3.0, 4.4.0 Mar 16, 2016
@natacha-beck natacha-beck modified the milestones: 4.4.0, 4.5.0 May 31, 2016
@prioux prioux modified the milestones: 4.5.0, 4.6.0 Aug 18, 2016
@natacha-beck natacha-beck modified the milestones: 4.6.0, 4.7.0 Nov 21, 2016
@prioux prioux modified the milestones: 4.7.0, 5.1.0 Apr 24, 2017
@prioux prioux modified the milestones: 5.1.0, 4.7.0 Apr 24, 2017
@prioux prioux modified the milestones: 5.1.0, 5.2.0 Nov 16, 2018
@prioux prioux modified the milestones: 5.2.0, 5.3.0 Sep 16, 2019
@prioux prioux modified the milestones: 5.3.0, 5.4.0 Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants