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 · 0 comments
Open

Timeout support for Orquesta tasks #6177

jesvilnie opened this issue Apr 5, 2024 · 0 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
...
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

1 participant