← console

job 325bc2b1-8e9c-4e90-896d-d543c215545b

StateDONE
Quotaflowmetal-demo
Manifestbed2305c0b9b3c962fb726543fa95a14ee4dc620aaf70b4618a65590c8430b58
Entry overridetirefireind.us/flowmetal-demo/dispatch-fire/dispatch
Workerworker-cb46eb8c-9454-46e6-a2b1-779317e6fbdd
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": "smoldering",
    "discovered_at": 1776760320.0,
    "lot_id": "lot_1aaec55b00",
    "weight_kg": 1491.0
  },
  "headers": {
    "content-length": "96",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:32:00 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#4 print >>> [dispatch] lot lot_1aaec55b00 at 1491 kg, condition 'smoldering' — priority urgent.
#6 print >>> [attempt 1] calling fire-dispatch to roll a containment crew…
#8 req 4 connector:http
{
  "body_json": {
    "lot_id": "lot_1aaec55b00",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9 req 4 ok
{
  "body": {
    "incident_id": "inc_09c093a582a8",
    "lot_id": "lot_1aaec55b00",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:32:10 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#10 print >>> [attempt 1] incident inc_09c093a582a8 open, waiting on containment…
#12 req 6 sleep deadline=1776760343.003330898 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_09c093a582a8"
}
#15 req 7 ok
{
  "body": {
    "error_kind": "dispatch_service_down",
    "incident_id": "inc_09c093a582a8",
    "message": "dispatch failed: dispatch_service_down",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "157",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:32:23 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#16 print >>> [dispatch] attempt 1 failed (dispatch_service_down); retrying.
#18 print >>> [attempt 2] calling fire-dispatch to roll a containment crew…
#20 req 10 connector:http
{
  "body_json": {
    "lot_id": "lot_1aaec55b00",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#21 req 10 ok
{
  "body": {
    "incident_id": "inc_3526149ddd63",
    "lot_id": "lot_1aaec55b00",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:32:33 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#22 print >>> [attempt 2] incident inc_3526149ddd63 open, waiting on containment…
#24 req 12 sleep deadline=1776760365.458865882 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_3526149ddd63"
}
#27 req 13 ok
{
  "body": {
    "error_kind": "crews_unavailable",
    "incident_id": "inc_3526149ddd63",
    "message": "dispatch failed: crews_unavailable",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "149",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:32:46 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#28 print >>> [dispatch] attempt 2 failed (crews_unavailable); retrying.
#30 print >>> [attempt 3] calling fire-dispatch to roll a containment crew…
#32 req 16 connector:http
{
  "body_json": {
    "lot_id": "lot_1aaec55b00",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#33 req 16 ok
{
  "body": {
    "incident_id": "inc_45a7022b87a7",
    "lot_id": "lot_1aaec55b00",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:32:56 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#34 print >>> [attempt 3] incident inc_45a7022b87a7 open, waiting on containment…
#36 req 18 sleep deadline=1776760387.922242143 duration=2s
#37 req 18 ok
null
#38 req 19 connector:http
{
  "method": "GET",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_45a7022b87a7"
}
#39 req 19 ok
{
  "body": {
    "error_kind": "crews_unavailable",
    "incident_id": "inc_45a7022b87a7",
    "message": "dispatch failed: crews_unavailable",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "149",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:33:08 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#40 print >>> [dispatch] attempt 3 failed (crews_unavailable); retrying.
#42 print >>> [attempt 4] calling fire-dispatch to roll a containment crew…
#44 req 22 connector:http
{
  "body_json": {
    "lot_id": "lot_1aaec55b00",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#45 req 22 ok
{
  "body": {
    "incident_id": "inc_8a3d288789ea",
    "lot_id": "lot_1aaec55b00",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:33:13 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#46 print >>> [attempt 4] incident inc_8a3d288789ea open, waiting on containment…
#48 req 24 sleep deadline=1776760403.281582882 duration=2s
#49 req 24 ok
null
#50 req 25 connector:http
{
  "method": "GET",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_8a3d288789ea"
}
#51 req 25 ok
{
  "body": {
    "error_kind": "dispatch_service_down",
    "incident_id": "inc_8a3d288789ea",
    "message": "dispatch failed: dispatch_service_down",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "157",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:33:24 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#52 print >>> [dispatch] attempt 4 failed (dispatch_service_down); retrying.
#54 print >>> [dispatch] lot lot_1aaec55b00 abandoned after 4 attempts; last attempt: dispatch_service_down.
#56 DONE worker=worker-cb46eb8c-9454-46e6-a2b1-779317e6fbdd