-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementGeneral enhancement which is neither bug nor featureGeneral enhancement which is neither bug nor featurelow
Milestone
Description
The health route for action and presenter do not conform to the new health route schema.
They currently return { "status": "running" }
- They should return { "healthy": true , "service":"backend/Action" } for action and { "healthy": true , "service":"backend/Presenter" } for presenter
- For production there should also be a Healthcheck added for manage return { "healthy": true , "service":"backend/Manage" }
- The type should be application/json for each health route
Metadata
Metadata
Assignees
Labels
enhancementGeneral enhancement which is neither bug nor featureGeneral enhancement which is neither bug nor featurelow