Skip to content

Commit

Permalink
Use asyncio for subprocess calls
Browse files Browse the repository at this point in the history
Removes the threads from compose_up and manages it using async. Also
uses async processing to format the log messages instead of piping
through sed. This should work on windows without having sed installed

Adds --parallel to support pull and build in parallel, same as docker
compose

Signed-off-by: Falmarri <[email protected]>
  • Loading branch information
Falmarri authored and muayyad-alsadi committed Feb 4, 2024
1 parent bce40c2 commit 38b13a3
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 166 deletions.
Loading

0 comments on commit 38b13a3

Please sign in to comment.