SupabaseS
Supabase5mo ago
jz

EarlyDrop in edge function

I have an edge function that sends requests to openrouter for an LLM response, but it's shutting down early with this error

[
  {
    "boot_time": null,
    "cpu_time_used": 92,
    "deployment_id": "jclqfibxdpjvcakydsgi_d1e2b2a0-1530-4028-aa7d-4c016c400c4e_57",
    "event_type": "Shutdown",
    "execution_id": "158c9e36-59b4-4935-a9de-b0ea06fca016",
    "function_id": "d1e2b2a0-1530-4028-aa7d-4c016c400c4e",
    "level": "log",
    "memory_used": [
      {
        "external": 2909805,
        "heap": 8069356,
        "mem_check_captured": null,
        "total": 10979161
      }
    ],
    "project_ref": "jclqfibxdpjvcakydsgi",
    "reason": "EarlyDrop",
    "region": "us-east-1",
    "served_by": "supabase-edge-runtime-1.68.3 (compatible with Deno v1.45.2)",
    "timestamp": "2025-08-07T07:48:59.614Z",
    "version": "57"
  }
]
Was this page helpful?