Skip to content

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

Merged
bootandy merged 1 commit into
bootandy:masterfrom
quantatic:master
Mar 30, 2025
Merged

feat: Abort immedietly when ^C is received.#478
bootandy merged 1 commit into
bootandy:masterfrom
quantatic:master

Conversation

@quantatic
Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor 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.
@bootandy bootandy merged commit 733abb2 into bootandy:master Mar 30, 2025
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

2 participants