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

Fix Puppeteer instance teardown #1586

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Fix Puppeteer instance teardown #1586

merged 1 commit into from
Jun 6, 2024

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented Jun 6, 2024

The code was not waiting for the browser instance to get properly closed. That did not affect the result of the crawl, but the OS could report an error message such as "A child process was not properly killed" when the crawl command exited.

The code was not waiting for the browser instance to get properly closed. That
did not affect the result of the crawl, but the OS could report an error
message such as "A child process was not properly killed" when the crawl
command exited.
@tidoust tidoust merged commit a0c9bda into main Jun 6, 2024
1 check passed
@tidoust tidoust deleted the teardown branch June 6, 2024 20:17
tidoust added a commit that referenced this pull request Jun 7, 2024
Breaking change:
- Bump required version of Node.js to >=20.12.1 (#1590)

Required by dependency on ReSpec, although note this dependency is only for
tests (`devDependencies` in `package.json`).

New features:
- Reduce crawler load on servers (#1587, #1581)
- Include data-xref-type as another hint for autolinks (#1585)

Feature patches:
- Skip requests on SVG and CSS resources (#1588)
- Fix Puppeteer instance teardown (#1586)

Dependency bumps:
- Bump respec from 35.0.2 to 35.1.0 (#1583)
- Bump ajv from 8.15.0 to 8.16.0 (#1580)
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