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

Timeout support for Orquesta tasks #6177

Open
jesvilnie opened this issue Apr 5, 2024 · 2 comments
Open

Timeout support for Orquesta tasks #6177

jesvilnie opened this issue Apr 5, 2024 · 2 comments

Comments

@jesvilnie
Copy link

jesvilnie commented Apr 5, 2024

I have found missing the implementation of timeout logic for the Orquesta tasks.

It would be really nice to have something like this:

...
tasks:
  my_task:
    action: mypack.myaction 
    retry:
      delay: 10
      count: 3
    timeout: 120
    next:
       - when: <% timedout() %>
          do: task_for_managing_timeout
...
@Aliskaa
Copy link

Aliskaa commented Jun 13, 2024

I would like it too

@jamesdreid
Copy link

Every action/task in ST2 has a timeout so that value can be set on the action itself. Not quite the same as the task level but it does make the "failure" criteria more clear as it remains a function of the action itself.

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

No branches or pull requests

3 participants