Running multiple tasks concurrently, which are using the same task template within the same project. #1528
Unanswered
karlmjogila
asked this question in
Q&A
Replies: 2 comments
-
I encountered the same restriction yesterday. I had a task to start an installation with different variables, and each task took about 40 minutes. Since I needed four of them, it took a while. I have seen this pull request , and if it does not cause problems, I may make my own version without this limitation. For the moment, I have copied the template four times, but it is more of an interim solution because the maintenance effort increases and the overview decreases. |
Beta Was this translation helpful? Give feedback.
0 replies
-
any news here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have a bootstrap task template and I want to run multiple instances of that within the same project concurrently, but targeting different host groups. Is that even possible?
Beta Was this translation helpful? Give feedback.
All reactions