Suggestion: An example for AutoScaledPool #522
Answered
by
vdusek
EngineerKhan
asked this question in
Q&A
|
It would be helpful to have an example for the AutoScaledPool. One for Node.JS is too basic and even when trying to replicate it on Python, I am getting the error: I am probably missing something, but these arguments aren't provided in the Node.JS example. Can't we use it in a way that only specifies attributes like |
Answered by
vdusek
Sep 16, 2024
Replies: 1 comment 1 reply
|
The |
1 reply
Answer selected by
vdusek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
AutoscaledPoolis an internal class not intended for end users' direct usage and configuration. However, if you are interested in these internals, you can check out the BasicCrawler, whereAutoscaledPoolis initialized or check out the test file test_autoscaled_pool.py.