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

Parameterization of Max Workers in ResourceManager #185

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Parameterization of Max Workers in ResourceManager #185

merged 1 commit into from
Apr 23, 2024

Conversation

migueldl96
Copy link
Contributor

This PR introduces a parameterization feature for the ResourceManager class, allowing the number of maximum workers (max_workers) to be specified during the instantiation of the class. The addition of the max_workers parameter in the init method enables greater flexibility in configuring the concurrent execution environment. With this enhancement, users can now initialize the ResourceManager with a custom number of maximum workers, providing more control over the concurrent processing capabilities of the application.

@operand operand merged commit e7ff41b into operand:main Apr 23, 2024
1 check passed
@operand
Copy link
Owner

operand commented Apr 23, 2024

@migueldl96 thanks so much for the contribution! Apologies I didn't see this for a few days. I'm merging this in and will publish a patch update for the library shortly.

@migueldl96 migueldl96 deleted the core/threading branch April 24, 2024 15:29
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.

2 participants