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

5864 fixed thread pool limit insufficiency on cascade parallel execute #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ko10ok
Copy link
Owner

@ko10ok ko10ok commented Nov 13, 2020

Resolves docker#5864

…_plan cascade parallel calls

Signed-off-by: Юрий Сагитов <[email protected]>
@pagelypete
Copy link

Thanks for your work on this, when running with this branch you get the following error when doing up:

Traceback (most recent call last):
  File "bin/docker-compose", line 3, in <module>
  File "compose/cli/main.py", line 67, in main
  File "compose/cli/main.py", line 126, in perform_command
  File "compose/cli/main.py", line 1070, in up
  File "compose/cli/main.py", line 1066, in up
  File "compose/project.py", line 650, in up
  File "compose/parallel.py", line 138, in parallel_execute
  File "compose/parallel.py", line 242, in producer
TypeError: do() got an unexpected keyword argument 'limit'

Are both this PR and #1 supposed to be merged to fix functionality, or just one of the two?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deadlock when running with COMPOSE_PARALLEL_LIMIT
2 participants