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

launch() options get nuked #1

Open
ebidel opened this issue Sep 12, 2017 · 2 comments
Open

launch() options get nuked #1

ebidel opened this issue Sep 12, 2017 · 2 comments

Comments

@ebidel
Copy link
Owner

ebidel commented Sep 12, 2017

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.

@sahanDissanayake
Copy link

@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.

@ebidel
Copy link
Owner Author

ebidel commented Jul 9, 2018 via email

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

No branches or pull requests

2 participants