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

Add feature for TES to indicate that a task was pre-empted #451

Open
MattMcL4475 opened this issue Aug 5, 2022 · 1 comment
Open

Add feature for TES to indicate that a task was pre-empted #451

MattMcL4475 opened this issue Aug 5, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request tobegroomed Add this label while creating new issues to get issues prioritized on the backlog
Milestone

Comments

@MattMcL4475
Copy link
Contributor

MattMcL4475 commented Aug 5, 2022

Problem:
Cromwell has no way to tell if a TES task was preempted

Solution:
Research a TES spec change and implementation to return a pre-empted message to Cromwell to retry with a dedicated machine. For example, a new Tes State could be added for pre-empted. Alternative solutions should be considered.

    /// <summary>
    /// Enum EXECUTORERROREnum for EXECUTOR_ERROR
    /// </summary>
    [EnumMember(Value = "EXECUTOR_ERROR")]
    EXECUTORERROREnum = 7,

    /// <summary>
    /// Enum SYSTEMERROREnum for SYSTEM_ERROR
    /// </summary>
    [EnumMember(Value = "SYSTEM_ERROR")]
    SYSTEMERROREnum = 8,
@MattMcL4475 MattMcL4475 added the enhancement New feature or request label Aug 5, 2022
@MattMcL4475 MattMcL4475 self-assigned this Aug 5, 2022
@MattMcL4475 MattMcL4475 added this to the 3.2 milestone Aug 5, 2022
@olesya13 olesya13 added this to To Do in CoA 3.2 Aug 9, 2022
@MattMcL4475 MattMcL4475 moved this from To Do to In Progress in CoA 3.2 Aug 23, 2022
@MattMcL4475 MattMcL4475 moved this from In Progress to To Do in CoA 3.2 Aug 23, 2022
@MattMcL4475 MattMcL4475 removed this from To Do in CoA 3.2 Sep 2, 2022
@MattMcL4475 MattMcL4475 modified the milestones: 3.2, next Sep 2, 2022
@olesya13 olesya13 modified the milestones: next, 3.3 Dec 2, 2022
@olesya13 olesya13 modified the milestones: 4.0, next Feb 13, 2023
@ngambani
Copy link

ngambani commented Feb 1, 2024

@MattMcL4475 @olesya13 do we have any update on this one. Is this something we want to work on or has already been addressed?

@ngambani ngambani added the tobegroomed Add this label while creating new issues to get issues prioritized on the backlog label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tobegroomed Add this label while creating new issues to get issues prioritized on the backlog
Projects
None yet
Development

No branches or pull requests

3 participants