← console

job 26d7a680-ecc8-4d54-a804-66126c38fb2d

StateFAILED
Quotadefault
Manifest3ed41e90a1e5c3dd73614ad68457a859272b16c00985f05fb1ef15d415d5ce38
Entry overridetirefireind.us/flowmetal-demo/dispatch-fire/dispatch
Workerworker-f837a1d0-166d-419e-ad18-342b1f2b4e4d
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_1348d1ed25\",\"weight_kg\":3830,\"condition\":\"flaming\",\"discovered_at\":1776752042}",
  "body_json": {
    "condition": "flaming",
    "discovered_at": 1776752042.0,
    "lot_id": "lot_1348d1ed25",
    "weight_kg": 3830.0
  },
  "headers": {
    "content-length": "93",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 06:14:01 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#2 req 1 connector:http
{
  "body_json": {
    "lot_id": "lot_1348d1ed25",
    "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:14:11 GMT",
    "server": "uvicorn"
  },
  "status": 503.0
}
#4 FAILED worker=worker-f837a1d0-166d-419e-ad18-342b1f2b4e4d