You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shepherd currently makes use of serialized calls to apply commands (e.g., checkout, apply, pr, push) to each repo. The purpose of this issue is to migrate these commands to execute in parallel to improve performance of each command execution.
Use Case
As an engineer, when I run Shepherd command against 100s of repos, I would like the commands execution to be parallelized to reduce execution time.
Acceptance Criteria
When a command is run (e.g., checkout), output behavior is the same except ordering.
Introduction
Shepherd currently makes use of serialized calls to apply commands (e.g., checkout, apply, pr, push) to each repo. The purpose of this issue is to migrate these commands to execute in parallel to improve performance of each command execution.
Use Case
As an engineer, when I run Shepherd command against 100s of repos, I would like the commands execution to be parallelized to reduce execution time.
Acceptance Criteria
POC
#852
The text was updated successfully, but these errors were encountered: