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

feat!: add new compute tasks status linked to function status #366

Conversation

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Copy link

linear bot commented Feb 13, 2024

@guilhem-barthes guilhem-barthes force-pushed the feat/add-new-compute-tasks-status-linked-to-function-status branch 2 times, most recently from f733a8b to ea7d701 Compare February 14, 2024 08:34
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
@guilhem-barthes guilhem-barthes force-pushed the feat/add-new-compute-tasks-status-linked-to-function-status branch 2 times, most recently from 3985463 to 28992d7 Compare February 14, 2024 14:44
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
@guilhem-barthes guilhem-barthes force-pushed the feat/add-new-compute-tasks-status-linked-to-function-status branch from 28992d7 to 2793f02 Compare February 14, 2024 14:49
…D_FINISHED`

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
@guilhem-barthes guilhem-barthes marked this pull request as ready for review February 15, 2024 12:52
@guilhem-barthes guilhem-barthes requested a review from a team as a code owner February 15, 2024 12:52
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Copy link
Contributor

@SdgJlbl SdgJlbl left a comment

Choose a reason for hiding this comment

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

Minor comment

docs/assets/computetask.md Outdated Show resolved Hide resolved
Copy link
Member

@ThibaultFy ThibaultFy left a 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 :)

Comment on lines +12 to +17
[*] --> waitingBuilding
[*] --> building
[*] --> waitingParent
[*] --> waitingExecutor
[*] --> failed
[*] --> canceled
Copy link
Member

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 ?

Copy link
Collaborator Author

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)

Copy link
Member

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>
Copy link
Contributor

@SdgJlbl SdgJlbl left a comment

Choose a reason for hiding this comment

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

Thanks 🙏

@guilhem-barthes guilhem-barthes changed the title feat: add new compute tasks status linked to function status feat!: add new compute tasks status linked to function status Feb 15, 2024
@guilhem-barthes guilhem-barthes merged commit b71e4ee into main Feb 15, 2024
10 checks passed
@guilhem-barthes guilhem-barthes deleted the feat/add-new-compute-tasks-status-linked-to-function-status branch February 15, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants