-
Notifications
You must be signed in to change notification settings - Fork 32
Make licensee's max degree of parallism configurable #641
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
Make licensee's max degree of parallism configurable #641
Conversation
via `CRAWLER_LICENSEE_PARALLELISM`. The default of 10 stays as is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Always good to provide more control to be able to tweak how the system runs and the resources it uses. Thanks for submitting this!
I have a suggestion to ease long term maintenance.
Co-authored-by: E. Lynette Rayle <[email protected]>
Co-authored-by: E. Lynette Rayle <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for adding this config. Looks good.
@jkbschmid @elrayle Thank you for the contribution! Could you document this new addition in a manner similar to this commit? |
@qtomlinson Thanks for the reminder, I opened clearlydefined/operations#126. |
via
CRAWLER_LICENSEE_PARALLELISM
.The default of 10 stays as is.
Fixes #640