Suggestion: An example for AutoScaledPool #522
-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
The
AutoscaledPool
is 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, whereAutoscaledPool
is initialized or check out the test file test_autoscaled_pool.py.