We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the user launches with:
const browser = await puppeteer.launch({ slowMo: 250, // slow down by 250ms headless: false, ignoreHTTPSErrors: true, dumpio: true, });
We kill all these options adding --no-sandbox. Instead, the options should be captured, parsed, and reset.
--no-sandbox
The text was updated successfully, but these errors were encountered:
@ebidel How many concurrent request can we handle ? Is there a nice way to do this ?
I'm thinking of using EC2 Micro server to have this service.
Sorry, something went wrong.
No branches or pull requests
If the user launches with:
We kill all these options adding
--no-sandbox
. Instead, the options should be captured, parsed, and reset.The text was updated successfully, but these errors were encountered: