{
  "meta": {
    "version": "v1",
    "pricing": {
      "public": {
        "label": "Public",
        "description": "Read-only API access for lightweight status checks and public integrations."
      },
      "premium": {
        "label": "Premium",
        "description": "API keys with higher hourly quotas, plus Slack, Discord, webhook, and email outage alerts across your vendor stack."
      }
    },
    "generatedAt": "2026-07-24T15:00:31.251Z"
  },
  "data": {
    "id": "incident_statuspage_semaphore_nkwyft7bqts1",
    "slug": "semaphore-delays-when-checking-out-github-repos-via-ssh-2026-05-20",
    "title": "Delays when checking out GitHub repos via SSH",
    "summary": "Delays when checking out GitHub repos via SSH",
    "status": "resolved",
    "severity": "minor",
    "startedAt": "2026-05-20T08:44:20.445+00:00",
    "updatedAt": "2026-05-20T15:32:19.762+00:00",
    "resolvedAt": "2026-05-20T15:32:19.745+00:00",
    "provider": {
      "slug": "semaphore",
      "name": "Semaphore"
    },
    "affectedServices": [
      {
        "slug": "semaphore-platform",
        "name": "Semaphore platform"
      }
    ],
    "links": {
      "html": "/incidents/semaphore-delays-when-checking-out-github-repos-via-ssh-2026-05-20",
      "api": "/api/v1/incidents/semaphore-delays-when-checking-out-github-repos-via-ssh-2026-05-20",
      "providerHtml": "/providers/semaphore"
    },
    "impactSummary": "Semaphore reported a minor event for the affected tracked services.",
    "source": {
      "id": "source_semaphore_status",
      "kind": "official_api",
      "name": "Semaphore Status",
      "checkedAt": "2026-07-24T14:55:05.708+00:00",
      "officialUrl": "https://status.semaphore.io",
      "statusPageUrl": "https://status.semaphore.io"
    },
    "updates": [
      {
        "id": "update_statuspage_semaphore_nkwyft7bqts1_zc0rwmvg8n6r",
        "status": "identified",
        "body": "We identified slow communication between Semaphore jobs and GitHub. We are continuing to work with our upstream provider to resolve this. For impacted jobs, please replace the normal checkout command with the following:\n\nretry --times 5 \"timeout 40 bash -lc 'source ~/.toolbox/toolbox; checkout'\"\n\nAnd afterwards, use cd to change the directory to the cloned repository (replace with your project).",
        "createdAt": "2026-05-20T08:44:20.568+00:00"
      },
      {
        "id": "update_statuspage_semaphore_nkwyft7bqts1_2xw61mhpqhnd",
        "status": "monitoring",
        "body": "A fix has been implemented and we are monitoring the results.",
        "createdAt": "2026-05-20T12:48:06.259+00:00"
      },
      {
        "id": "update_statuspage_semaphore_nkwyft7bqts1_n9q1wx4pdb6z",
        "status": "identified",
        "body": "We identified slow GitHub operations related to problems with the network, and we deployed a fix to re-route those operations to a healthier server. Some HTTPS operations started to fail because of that. To disable the fix, you should use the command:\n\nsudo sed -i 's/^\\([0-9].*github\\.com\\)/#\\1/' /etc/hosts\n\nAnd to re-enable, you can use:\n\nsudo sed -i 's/^#\\([0-9].*github\\.com\\)/\\1/' /etc/hosts",
        "createdAt": "2026-05-20T13:59:44.385+00:00"
      },
      {
        "id": "update_statuspage_semaphore_nkwyft7bqts1_94hkhmkgsxcw",
        "status": "monitoring",
        "body": "A fix has been implemented, and everything should be back to normal. The previously shared snippets can be removed.",
        "createdAt": "2026-05-20T15:02:43.123+00:00"
      },
      {
        "id": "update_statuspage_semaphore_nkwyft7bqts1_p8b17861x3vm",
        "status": "resolved",
        "body": "This incident has been resolved.",
        "createdAt": "2026-05-20T15:32:19.745+00:00"
      }
    ],
    "access": {
      "plan": "public",
      "keyed": false
    }
  }
}