Skip to content

A serial mode without using Pool#280

Open
axnsantana wants to merge 2 commits into
taspinar:masterfrom
axnsantana:master
Open

A serial mode without using Pool#280
axnsantana wants to merge 2 commits into
taspinar:masterfrom
axnsantana:master

Conversation

@axnsantana

Copy link
Copy Markdown

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
Copy Markdown

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