-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat!: add new compute tasks status linked to function status #366
feat!: add new compute tasks status linked to function status #366
Conversation
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
f733a8b
to
ea7d701
Compare
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
3985463
to
28992d7
Compare
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
28992d7
to
2793f02
Compare
…D_FINISHED` Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A question to try to understand better the new schema :)
[*] --> waitingBuilding | ||
[*] --> building | ||
[*] --> waitingParent | ||
[*] --> waitingExecutor | ||
[*] --> failed | ||
[*] --> canceled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A task can be registered directly as canceled or failed ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, if the associated function is failed or canceled when the task is registered (as we can add tasks linked to a function at any time, the task could be added after we finish dealing with the function)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes of course, thanks !!
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 🙏
Companion PR
Description
Fixes of FL-1397
How has this been tested?
Checklist