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

A serial mode without using Pool #280

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

axnsantana
Copy link

Including an option to run the scrapper in a serial mode without use Pool.
The use of Pool is not available in environments like AWS Lambda (#114).

The mode selection uses the previous idea that if poolsize greater than 1, then run in parallel.

I am currently using this in a serverless application in AWS Lambda. The lambda function can be invoked multiple times to mitigate the loss of performance, simulating a parallel execution.

@lukaspistelak
Copy link

i have similar issue when run pool inside standard Thread...

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