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

implement limited WorkerPool size #116

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

graingert
Copy link
Member

No description provided.

@graingert graingert force-pushed the implement-limited-worker-pool-size branch from f6d7b11 to 165b60e Compare January 25, 2021 12:07
@nicoddemus
Copy link
Member

Hmmm I took a look at the test and was wondering how it was passing on Linux but not on Windows, but then I realized that the Travis configuration is only running docs. 🤦

@@ -307,7 +329,7 @@ def spawn(self, func, *args, **kwargs):
of the given func(*args, **kwargs).
"""
reply = Reply((func, args, kwargs), self.execmodel)
with self._running_lock:
with self._semaphore, self._running_lock:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't right at all, it's just around the start and not waiting until the task is finished

@nicoddemus
Copy link
Member

I've changed the CI configuration to use GItHub actions, please rebase when you have the chance. 👍

@RonnyPfannschmidt
Copy link
Member

github ux merge was messed up, will fix later this week

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.

3 participants