-
Notifications
You must be signed in to change notification settings - Fork 16
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
refactor: use CancellationToken
for IndexerExecutor
#4638
Conversation
CancellationToken
for IndexerExecutor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good! Great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 🌇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 🎈
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
Description of change
Use
CancellationToken
instead of an oneshot channel to gracefully shutdown theIndexerExecutor
Links to any relevant issues
fixes #4383
Type of change
How the change has been tested
Change checklist