Codebase list ruby-gitlab / debian/4.5.0-2 spec / fixtures / sidekiq_process_metrics.json
debian/4.5.0-2

Tree @debian/4.5.0-2 (Download .tar.gz)

sidekiq_process_metrics.json @debian/4.5.0-2raw · history · blame

{
  "processes": [
    {
      "hostname": "gitlab.example.com",
      "pid": 5649,
      "tag": "gitlab",
      "started_at": "2016-06-14T10:45:07.159-05:00",
      "queues": [
        "post_receive",
        "mailers",
        "archive_repo",
        "system_hook",
        "project_web_hook",
        "gitlab_shell",
        "incoming_email",
        "runner",
        "common",
        "default"
      ],
      "labels": [],
      "concurrency": 25,
      "busy": 0
    }
  ]
}