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

Allow signals to stop server #181

Merged
merged 5 commits into from
Jul 19, 2023
Merged

Allow signals to stop server #181

merged 5 commits into from
Jul 19, 2023

Conversation

dovholuknf
Copy link
Member

@dovholuknf dovholuknf changed the base branch from main to update-readme July 19, 2023 16:14
index.js Outdated
};
// Do any necessary shutdown logic for our application here
const shutdown = (signal, value) => {
console.log("shutdown!");
Copy link
Member

Choose a reason for hiding this comment

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

change these console.log to logger.info please

Copy link
Member Author

Choose a reason for hiding this comment

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

will do

@dovholuknf dovholuknf changed the base branch from update-readme to main July 19, 2023 19:32
@rentallect rentallect merged commit 099b681 into main Jul 19, 2023
5 checks passed
@rentallect rentallect deleted the allow-signals-to-stop-server branch July 19, 2023 19:43
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.

2 participants