← console

job c83d489e-a43a-4593-a2ba-de5d2066eb36

StateFAILED
Quotadefault
Manifest3ed41e90a1e5c3dd73614ad68457a859272b16c00985f05fb1ef15d415d5ce38
Entry overridetirefireind.us/flowmetal-demo/dispatch-fire/dispatch
Workerworker-da899786-e135-41e9-9e70-41777284c110
Inbox HWM0
ErrorTraceback (most recent call last): File <builtin>, in <module> * main.star:38, in _dispatch_impl open_resp = fctx.actions.http( error: action failed: HTTP 503 (source connector) --> main.star:38:17 | 38 | open_resp = fctx.actions.http( | _________________^ 39 | | "POST", 40 | | FIRE_DISPATCH + "/incidents", 41 | | body_json = {"lot_id": lot["lot_id"], "priority": _priority_for(lot)}, 42 | | ) | |_____^ |

Log

#0 req 0 connector:http
{
  "method": "GET",
  "url": "http://tire-registry.flowmetal.svc.cluster.local:8080/lots/next"
}
#1 req 0 ok
{
  "body": "{\"lot_id\":\"lot_7251546cf0\",\"weight_kg\":2097,\"condition\":\"smoldering\",\"discovered_at\":1776752341}",
  "body_json": {
    "condition": "smoldering",
    "discovered_at": 1776752341.0,
    "lot_id": "lot_7251546cf0",
    "weight_kg": 2097.0
  },
  "headers": {
    "content-length": "96",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 06:19:00 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#2 req 1 connector:http
{
  "body_json": {
    "lot_id": "lot_7251546cf0",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#3 req 1 err source=connector HTTP 503
{
  "body": "{\"detail\":\"dispatch center overloaded\"}",
  "body_json": {
    "detail": "dispatch center overloaded"
  },
  "error_kind": "http_status",
  "headers": {
    "content-length": "39",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 06:19:10 GMT",
    "server": "uvicorn"
  },
  "status": 503.0
}
#4 FAILED worker=worker-da899786-e135-41e9-9e70-41777284c110