← console

job b076447f-6b01-492b-a555-756f084cef2e

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": 1776758820.0,
    "lot_id": "lot_f91d469716",
    "weight_kg": 1307.0
  },
  "headers": {
    "content-length": "96",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:07:00 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#4 print >>> [dispatch] lot lot_f91d469716 at 1307 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_f91d469716",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9 req 4 ok
{
  "body": {
    "incident_id": "inc_0d0bdb4c9ed2",
    "lot_id": "lot_f91d469716",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:07:10 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#10 print >>> [attempt 1] incident inc_0d0bdb4c9ed2 open, waiting on containment…
#12 req 6 sleep deadline=1776758842.924989111 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_0d0bdb4c9ed2"
}
#15 req 7 ok
{
  "body": {
    "error_kind": "crews_unavailable",
    "incident_id": "inc_0d0bdb4c9ed2",
    "message": "dispatch failed: crews_unavailable",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "149",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:07:23 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_f91d469716",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#21 req 10 ok
{
  "body": {
    "incident_id": "inc_d5aa286dcdb0",
    "lot_id": "lot_f91d469716",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:07:31 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#22 print >>> [attempt 2] incident inc_d5aa286dcdb0 open, waiting on containment…
#24 req 12 sleep deadline=1776758863.565816499 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_d5aa286dcdb0"
}
#27 req 13 ok
{
  "body": {
    "error_kind": "dispatch_service_down",
    "incident_id": "inc_d5aa286dcdb0",
    "message": "dispatch failed: dispatch_service_down",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "157",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:07:44 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#28 print >>> [dispatch] attempt 2 failed (dispatch_service_down); retrying.
#30 print >>> [attempt 3] calling fire-dispatch to roll a containment crew…
#32 req 16 connector:http
{
  "body_json": {
    "lot_id": "lot_f91d469716",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#33 req 16 ok
{
  "body": {
    "incident_id": "inc_ad738ae0daac",
    "lot_id": "lot_f91d469716",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:07:59 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#34 print >>> [attempt 3] incident inc_ad738ae0daac open, waiting on containment…
#36 req 18 sleep deadline=1776758887.819681588 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_ad738ae0daac"
}
#39 req 19 ok
{
  "body": {
    "incident_id": "inc_ad738ae0daac",
    "lot_id": "lot_f91d469716",
    "priority": "urgent",
    "status": "contained",
    "took_seconds": 3.8
  },
  "headers": {
    "content-length": "120",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:08:08 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#40 print >>> [dispatch] lot lot_f91d469716 contained on attempt 3.
#42 DONE worker=worker-cb46eb8c-9454-46e6-a2b1-779317e6fbdd