Skip to content

Adjust health routes #3274

@Janmtbehrens

Description

@Janmtbehrens

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

No one assigned

    Labels

    enhancementGeneral enhancement which is neither bug nor featurelow

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions