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

Handle close event better #70

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Handle close event better #70

wants to merge 1 commit into from

Conversation

mogstad
Copy link
Member

@mogstad mogstad commented Sep 28, 2022

The Clarify API node now waits until all of it requests has finished before closing itself. The Insert node sends all buffered data to the insert node. As the API node lives in the global space, it will be closed after the insert node, which means it will live for the lifespan of the request.

The Clarify API node now waits until all of it requests has finished
before closing itself. The Insert node sends all buffered data to the
insert node. As the API node lives in the global space, it will be
closed after the insert node, which means it will live for the lifespan
of the request.
@mogstad mogstad marked this pull request as draft September 28, 2022 13:18
@mogstad mogstad requested a review from bbergshaven September 28, 2022 13:18
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.

1 participant