{
  "service": "hector-usage-sync",
  "status": "ok",
  "env": "production",
  "timezone": "Asia/Kolkata",
  "uptimeSeconds": 4367,
  "enabledAdapters": [
    "amazon-dsp"
  ],
  "schedules": {
    "cronA": "0 22 * * *",
    "cronB": "*/15 * * * *"
  },
  "running": {
    "cronA": false,
    "cronB": false
  },
  "lastRuns": {
    "cronA": null,
    "cronB": {
      "startedAt": "2026-07-27T13:30:00.627Z",
      "finishedAt": "2026-07-27T13:30:00.814Z",
      "ok": true,
      "result": {
        "processed": 0
      }
    }
  }
}