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

Add Deno server signal handling #2

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

fussel178
Copy link
Member

Summary

This pull request adds signal handling for the Deno http server.

Details

The following signals are properly caught:

  • SIGHUP
  • SIGINT
  • SIGTERM

Additional information

Tested natively on Archlinux and in docker compose rootful.

Related links

none

CLA

  • I have signed the individual contributor's license agreement and sent it to the board of the WüSpace e. V. organization.

@fussel178 fussel178 added the 🌷 enhancement New feature or request label Sep 13, 2024
@fussel178 fussel178 requested a review from pklaschka September 13, 2024 10:57
@fussel178 fussel178 self-assigned this Sep 13, 2024
Copy link
Member

@pklaschka pklaschka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pklaschka pklaschka merged commit 2206d19 into main Sep 13, 2024
2 checks passed
@pklaschka pklaschka deleted the fussel178/feat/proper-process-termination branch September 13, 2024 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌷 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants