Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Ability to list processes running  #2

@ryanramage

Description

@ryanramage

May want some ability to see what ddoc-module-processes are running. Was thinking to exposes via the web api. so /_gardener would list them, eg

{
   "name":"gardener",
   "version":"0.0.3",
   "processes" : [
      {
           "db": "test",
           "ddoc: "_design/test",
           "module": "test@1.0.0",
           "pid" : "96145",
           "status": "running"
      }
   ]
}

Also this would only be shown to users with an _admin role.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions