-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: instance_collector: refacto to handle cases where collector does…
…n't pick up all tasks (#134) * fix: instance_collector: refacto to handle cases where collector doesn't pick up all tasks Signed-off-by: Romain Beuque <[email protected]> * engine: foreach step should inherit from Idempotent and Resources Signed-off-by: Romain Beuque <[email protected]> * instance_collector: implemented semaphore to limit concurrent task execution from crashed instance Signed-off-by: Romain Beuque <[email protected]> * resources: Plugins can provide default resources that will be used during execution Signed-off-by: Romain Beuque <[email protected]> * exit sequence: add some WaitGroup to not wait if not needed Signed-off-by: Romain Beuque <[email protected]>
- Loading branch information
Showing
29 changed files
with
490 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.