Skip to content

fix: handle SIGTERM shutdown correctly#1033

Merged
suxb201 merged 1 commit intov4from
codex/fix-issue-1001-sigterm
Mar 6, 2026
Merged

fix: handle SIGTERM shutdown correctly#1033
suxb201 merged 1 commit intov4from
codex/fix-issue-1001-sigterm

Conversation

@suxb201
Copy link
Member

@suxb201 suxb201 commented Mar 6, 2026

Summary

  • make SIGTERM and SIGQUIT follow the graceful shutdown path
  • keep the existing double-Ctrl+C force-exit behavior for SIGINT only

Fixes #1001

@suxb201 suxb201 merged commit b747c3f into v4 Mar 6, 2026
10 checks passed
@suxb201 suxb201 deleted the codex/fix-issue-1001-sigterm branch March 6, 2026 07:54
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.

使用kill -15 pid命令无法杀掉进程

1 participant