-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
High PriorityEssential feature that would hopefully be done by start of March. Essential to the workshop.Essential feature that would hopefully be done by start of March. Essential to the workshop.environment 🌴
Milestone
Description
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)
Metadata
Metadata
Assignees
Labels
High PriorityEssential feature that would hopefully be done by start of March. Essential to the workshop.Essential feature that would hopefully be done by start of March. Essential to the workshop.environment 🌴