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

Test and document NSSM service #164

Open
avenmia opened this issue Oct 15, 2023 · 0 comments
Open

Test and document NSSM service #164

avenmia opened this issue Oct 15, 2023 · 0 comments
Labels
environment 🌴 High Priority Essential feature that would hopefully be done by start of March. Essential to the workshop.
Milestone

Comments

@avenmia
Copy link
Collaborator

avenmia commented Oct 15, 2023

Check how the service responds to to different crash types:

  • simulate a crash in the application
    • make an api call that fails. tests restart on failure
  • make an api route (0 status code, non-0 status code) to see how nssm handles those situations

Service considerations:

  • The service should start after the database service

NSSM has a way to depend on a service:

  • http://nssm.cc/commands
  • Search for DependOnService
  • Find database service and wait on that
  • Figure out if we need to wait on IIS or IIS needs to wait on the service (should be disjointed, so shouldn't need to wait on it)
@avenmia avenmia added High Priority Essential feature that would hopefully be done by start of March. Essential to the workshop. environment 🌴 labels Oct 15, 2023
@avenmia avenmia added this to the MVP milestone Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
environment 🌴 High Priority Essential feature that would hopefully be done by start of March. Essential to the workshop.
Projects
None yet
Development

No branches or pull requests

1 participant