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

feat: expose maxThreads and minThreads out of Piscina instance #149

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

metcoder95
Copy link
Member

Closes #147

The PR exposes the maxThreads, and minThreads calculated or supplied by the options object.
Adds some tests for covering the changes.

Hope I understood the issue correctly, if not, happy to go in another way :)

@metcoder95 metcoder95 changed the title feat: expose maxThreads and minThreads out of Piscina instance feat: expose maxThreads and minThreads out of Piscina instance Sep 11, 2021
jasnell
jasnell previously approved these changes Sep 11, 2021
@metcoder95
Copy link
Member Author

I'm not sure from where the error is popping up 🤔

@jasnell
Copy link
Collaborator

jasnell commented Sep 14, 2021

Not sure. I should have time to take a look tomorrow!

@jasnell
Copy link
Collaborator

jasnell commented Dec 10, 2021

@metcoder95 ... sorry this took a while for me to get back to. Can you rebase this on the current branch and I'll run CI again

@metcoder95
Copy link
Member Author

Of course, no worries at all. Done 👍

@metcoder95 metcoder95 requested a review from jasnell January 20, 2022 22:58
@jasnell jasnell merged commit b9551af into piscinajs:current Mar 25, 2022
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.

Determining what maxThreads and minThreads are
2 participants