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

Inline and improve the stoppable package #5498

Merged
merged 12 commits into from Jul 23, 2021

Conversation

glasser
Copy link
Member

@glasser glasser commented Jul 16, 2021

This is part of #5074.

This PR takes the small MIT-licensed package stoppable and its test suite and moves them into the apollo-server package. (Though once #5074 is done, it should end up in apollo-server-core instead.) This package is helpful but it hasn't been updated in years and PRs like hunterloftis/stoppable#33 have not been merged.

Advantages of this version over the upstream:

@glasser glasser changed the title Glasser/inline stoppable wip: inline and improve the stoppable package Jul 16, 2021
@glasser glasser added the size/small Estimated to take LESS THAN A DAY label Jul 16, 2021
@glasser glasser self-assigned this Jul 16, 2021
@glasser glasser added this to the MM-2021-07 milestone Jul 16, 2021
@glasser glasser added size/medium Estimated to take LESS THAN A WEEK and removed size/small Estimated to take LESS THAN A DAY labels Jul 19, 2021
@glasser glasser changed the title wip: inline and improve the stoppable package Inline and improve the stoppable package Jul 19, 2021
@glasser glasser marked this pull request as ready for review July 19, 2021 21:05
@glasser glasser changed the base branch from main to release-3.1.0 July 23, 2021 05:48
@glasser glasser merged commit 42ddaa6 into release-3.1.0 Jul 23, 2021
@glasser glasser deleted the glasser/inline-stoppable branch July 23, 2021 05:52
@hwillson hwillson removed this from the MM-2021-07 milestone Jul 29, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/medium Estimated to take LESS THAN A WEEK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

apollo-server's stop() hangs when running in jest jsdom browser-emulation mode due to lack of timer.unref
2 participants