← console

job 28d297e8-2127-404a-a4a4-e129c58da8ff

StateFAILED
Quotaflowmetal-demo
Manifestfbac6bee1d36b88c292d2bc779710553a876a3efb0f3a7998094c506300a3d77
Entry overridetirefireind.us/flowmetal-demo/dispatch-fire/dispatch
Workerworker-0591c535-99b6-4126-81ea-9f99468817d9
Inbox HWM0
ErrorTraceback (most recent call last): File <builtin>, in <module> * main.star:74, in _dispatch_impl body = _open_and_poll(fctx, lot, priority, attempt) * main.star:42, in _open_and_poll open_resp = fctx.actions.http( error: action failed: HTTP 503 (source connector) --> main.star:42:17 | 42 | open_resp = fctx.actions.http( | _________________^ 43 | | "POST", 44 | | FIRE_DISPATCH + "/incidents", 45 | | body_json = {"lot_id": lot["lot_id"], "priority": priority}, 46 | | ) | |_____^ |

Log

#0 req 0 connector:http
{
  "method": "GET",
  "url": "http://tire-registry.flowmetal.svc.cluster.local:8080/lots/next"
}
#1 req 0 ok
{
  "body": {
    "condition": "smoldering",
    "discovered_at": 1776755760.0,
    "lot_id": "lot_97ca6c36e2",
    "weight_kg": 3697.0
  },
  "headers": {
    "content-length": "96",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 07:16:00 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#2 req 1 connector:http
{
  "body_json": {
    "lot_id": "lot_97ca6c36e2",
    "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"
  },
  "error_kind": "http_status",
  "headers": {
    "content-length": "39",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 07:16:10 GMT",
    "server": "uvicorn"
  },
  "status": 503.0
}
#4 FAILED worker=worker-0591c535-99b6-4126-81ea-9f99468817d9