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

feat: Abort immedietly when ^C is received. #478

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

quantatic
Copy link

Previously, we attempted to perform a clean shutdown, which could take a significant period of time on slow filesystems. This commit changes the shutdown logic to unconditionally abort immediately when ^C is received by the program.

This PR resolves #477.

@quantatic
Copy link
Author

quantatic commented Mar 16, 2025

This PR may resolve #367, though we'll probably need confirmation from the original reporter of that issue.

Previously, we attempted to perform a clean shutdown, which could take a
significant period of time on slow filesystems. This commit changes the
shutdown logic to abort immedietly when ^C is received by the program.
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.

^C fails to immediately abort indexing
1 participant