← console

job fdc57312-be64-4044-b5bf-c9be0e00a084

StateDONE
Quotaflowmetal-demo
Manifestbed2305c0b9b3c962fb726543fa95a14ee4dc620aaf70b4618a65590c8430b58
Entry overridetirefireind.us/flowmetal-demo/dispatch-fire/dispatch
Workerworker-734abf63-6a13-474b-bc94-a9395175c562
Inbox HWM0

Log

#0 print >>> [dispatch] phoning tire-registry for the next incoming report…
#2 req 1 connector:http
{
  "method": "GET",
  "url": "http://tire-registry.flowmetal.svc.cluster.local:8080/lots/next"
}
#3 req 1 ok
{
  "body": {
    "condition": "flaming",
    "discovered_at": 1776758760.0,
    "lot_id": "lot_695c4f5a21",
    "weight_kg": 766.0
  },
  "headers": {
    "content-length": "92",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:06:00 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#4 print >>> [dispatch] lot lot_695c4f5a21 at 766 kg, condition 'flaming' — priority normal.
#6 print >>> [attempt 1] calling fire-dispatch to roll a containment crew…
#8 req 4 connector:http
{
  "body_json": {
    "lot_id": "lot_695c4f5a21",
    "priority": "normal"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9 req 4 ok
{
  "body": {
    "incident_id": "inc_de7e25bd0fc8",
    "lot_id": "lot_695c4f5a21",
    "priority": "normal"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:06:10 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#10 print >>> [attempt 1] incident inc_de7e25bd0fc8 open, waiting on containment…
#12 req 6 sleep deadline=1776758783.099756663 duration=2s
#13 req 6 ok
null
#14 req 7 connector:http
{
  "method": "GET",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_de7e25bd0fc8"
}
#15 req 7 ok
{
  "body": {
    "error_kind": "crews_unavailable",
    "incident_id": "inc_de7e25bd0fc8",
    "message": "dispatch failed: crews_unavailable",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "149",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:06:22 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#16 print >>> [dispatch] attempt 1 failed (crews_unavailable); retrying.
#18 print >>> [attempt 2] calling fire-dispatch to roll a containment crew…
#20 req 10 connector:http
{
  "body_json": {
    "lot_id": "lot_695c4f5a21",
    "priority": "normal"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#21 req 10 ok
{
  "body": {
    "incident_id": "inc_c87451e0f88c",
    "lot_id": "lot_695c4f5a21",
    "priority": "normal"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:06:33 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#22 print >>> [attempt 2] incident inc_c87451e0f88c open, waiting on containment…
#24 req 12 sleep deadline=1776758805.536972575 duration=2s
#25 req 12 ok
null
#26 req 13 connector:http
{
  "method": "GET",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_c87451e0f88c"
}
#27 req 13 ok
{
  "body": {
    "crew_eta_seconds": 1.5,
    "incident_id": "inc_c87451e0f88c",
    "priority": "normal",
    "status": "pending"
  },
  "headers": {
    "content-length": "96",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:06:46 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#28 req 14 sleep deadline=1776758818.475827171 duration=2s
#29 req 14 ok
null
#30 req 15 connector:http
{
  "method": "GET",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_c87451e0f88c"
}
#31 req 15 ok
{
  "body": {
    "error_kind": "dispatch_service_down",
    "incident_id": "inc_c87451e0f88c",
    "message": "dispatch failed: dispatch_service_down",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "157",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:06:59 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#32 print >>> [dispatch] attempt 2 failed (dispatch_service_down); retrying.
#34 print >>> [attempt 3] calling fire-dispatch to roll a containment crew…
#36 req 18 connector:http
{
  "body_json": {
    "lot_id": "lot_695c4f5a21",
    "priority": "normal"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#37 req 18 ok
{
  "body": {
    "incident_id": "inc_483de828cede",
    "lot_id": "lot_695c4f5a21",
    "priority": "normal"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:07:10 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#38 print >>> [attempt 3] incident inc_483de828cede open, waiting on containment…
#40 req 20 sleep deadline=1776758845.360934059 duration=2s
#41 req 20 ok
null
#42 req 21 connector:http
{
  "method": "GET",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_483de828cede"
}
#43 req 21 ok
{
  "body": {
    "error_kind": "crews_unavailable",
    "incident_id": "inc_483de828cede",
    "message": "dispatch failed: crews_unavailable",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "149",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:07:26 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#44 print >>> [dispatch] attempt 3 failed (crews_unavailable); retrying.
#46 print >>> [attempt 4] calling fire-dispatch to roll a containment crew…
#48 req 24 connector:http
{
  "body_json": {
    "lot_id": "lot_695c4f5a21",
    "priority": "normal"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#49 req 24 ok
{
  "body": {
    "incident_id": "inc_94c62431f14a",
    "lot_id": "lot_695c4f5a21",
    "priority": "normal"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:07:31 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#50 print >>> [attempt 4] incident inc_94c62431f14a open, waiting on containment…
#52 req 26 sleep deadline=1776758863.570490987 duration=2s
#53 req 26 ok
null
#54 req 27 connector:http
{
  "method": "GET",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_94c62431f14a"
}
#55 req 27 ok
{
  "body": {
    "incident_id": "inc_94c62431f14a",
    "lot_id": "lot_695c4f5a21",
    "priority": "normal",
    "status": "contained",
    "took_seconds": 4.56
  },
  "headers": {
    "content-length": "121",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:07:44 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#56 print >>> [dispatch] lot lot_695c4f5a21 contained on attempt 4.
#58 DONE worker=worker-734abf63-6a13-474b-bc94-a9395175c562