{
  "service": "example-queue-worker",
  "status": "ok",
  "last": {
    "service": "example-queue-worker",
    "status": "processed",
    "processedAt": "2026-05-31T06:37:37.042Z",
    "queue": "jobs",
    "queueName": "w7s-production-w7s-io-example-queue-worker-queue-jobs",
    "count": 1,
    "lastMessage": {
      "id": "fd3ca10157489e78593481e76db8dcde",
      "attempts": 1,
      "timestamp": "2026-05-31T06:37:25.268Z",
      "enqueuedAt": "2026-05-31T06:37:24.816Z",
      "caller": {
        "orgSlug": "w7s-io",
        "repoSlug": "example-queue-worker",
        "repository": "w7s-io/example-queue-worker",
        "environment": "production"
      },
      "body": {
        "id": "3835e894-8540-45bb-998a-e80631d5c8be",
        "text": "hello from W7S Queue",
        "createdAt": "2026-05-31T06:37:24.242Z",
        "source": "w7s-io/example-queue-worker",
        "environment": "production"
      }
    },
    "messages": [
      {
        "id": "fd3ca10157489e78593481e76db8dcde",
        "attempts": 1,
        "timestamp": "2026-05-31T06:37:25.268Z",
        "enqueuedAt": "2026-05-31T06:37:24.816Z",
        "caller": {
          "orgSlug": "w7s-io",
          "repoSlug": "example-queue-worker",
          "repository": "w7s-io/example-queue-worker",
          "environment": "production"
        },
        "body": {
          "id": "3835e894-8540-45bb-998a-e80631d5c8be",
          "text": "hello from W7S Queue",
          "createdAt": "2026-05-31T06:37:24.242Z",
          "source": "w7s-io/example-queue-worker",
          "environment": "production"
        }
      }
    ]
  }
}