Skip to content

Test and document NSSM service #164

@avenmia

Description

@avenmia

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

No one assigned

    Labels

    High PriorityEssential feature that would hopefully be done by start of March. Essential to the workshop.environment 🌴

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions