try-puppeteer icon indicating copy to clipboard operation
try-puppeteer copied to clipboard

launch() options get nuked

Open ebidel opened this issue 7 years ago • 2 comments

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.

ebidel avatar Sep 12 '17 16:09 ebidel

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

sahanDissanayake avatar Jul 09 '18 05:07 sahanDissanayake

How many can what handle? Wouldn't it depend on your platform / environment?

On Sun, Jul 8, 2018, 7:58 PM Sahan Dissa [email protected] wrote:

@ebidel https://github.com/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.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ebidel/try-puppeteer/issues/1#issuecomment-403368232, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOigLayjlt6S5vS0yXrFmD4YWDjoDZwks5uEvEQgaJpZM4PU5VC .

ebidel avatar Jul 09 '18 07:07 ebidel