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

exec can only be done in parallel / request for synchrounous exec #155

Closed
flyon opened this issue Jan 4, 2023 · 2 comments
Closed

exec can only be done in parallel / request for synchrounous exec #155

flyon opened this issue Jan 4, 2023 · 2 comments
Labels
resolution:expired This issue was closed due to lack of feedback. squad:platform Issue to be handled by the Platform team. type:feature

Comments

@flyon
Copy link

flyon commented Jan 4, 2023

mrgit exec "yarn build" fails for me because the different packages/repos depend on each other.
Hence I would like to have an option to mrgit exec --sync "yarn build" which would execute the given commands one by one

@pomek pomek added type:feature squad:platform Issue to be handled by the Platform team. labels Jan 5, 2023
@pomek
Copy link
Member

pomek commented Jan 11, 2023

@flyon, does the problem occur because mrgit executes a command in parallel or because of an order of packages? Mrgit does not care about dependencies between packages.

For parallel executions, we could introduce an option for modifying the concurrency level (#94). For the latter, sorting packages in the proper order could be problematic as it still might happen that some package needs output from another one.

@pomek pomek added the pending:feedback This issue is blocked by necessary feedback. label Jan 11, 2023
@pomek
Copy link
Member

pomek commented Feb 15, 2023

Closing due to lack of activity.

@pomek pomek closed this as completed Feb 15, 2023
@pomek pomek added resolution:expired This issue was closed due to lack of feedback. and removed pending:feedback This issue is blocked by necessary feedback. labels Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:expired This issue was closed due to lack of feedback. squad:platform Issue to be handled by the Platform team. type:feature
Projects
None yet
Development

No branches or pull requests

2 participants