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

Update app.ts #9

Merged
merged 2 commits into from
Apr 10, 2024
Merged

Update app.ts #9

merged 2 commits into from
Apr 10, 2024

Conversation

aletya
Copy link
Contributor

@aletya aletya commented Apr 10, 2024

Oops forgot to add this line.
This sends a signal to pm2 when the app is reloading saying an instance is done reloading.
Ex:
I send pm2 reload command.
1st instance of server will be stopped, and restarted with the new code.
1st instance sends 'ready' signal.
2nd instance of server will be stopped, and restarted with the new code.
2nd instance sends 'ready' signal.

Copy link
Contributor

@divyack2 divyack2 left a comment

Choose a reason for hiding this comment

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

this is why i said "looks good for now" :)))

@aletya aletya merged commit a0cdb2d into main Apr 10, 2024
4 checks passed
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