← console

job 6c2617a5-4031-43ca-b7c5-0e4e58e74323

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": "smoldering",
    "discovered_at": 1776759600.0,
    "lot_id": "lot_f35125a633",
    "weight_kg": 3082.0
  },
  "headers": {
    "content-length": "96",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:20:00 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#4 print >>> [dispatch] lot lot_f35125a633 at 3082 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_f35125a633",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9 req 4 ok
{
  "body": {
    "incident_id": "inc_bec76491da5f",
    "lot_id": "lot_f35125a633",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:20:10 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#10 print >>> [attempt 1] incident inc_bec76491da5f open, waiting on containment…
#12 req 6 sleep deadline=1776759623.225952082 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_bec76491da5f"
}
#15 req 7 ok
{
  "body": {
    "error_kind": "crews_unavailable",
    "incident_id": "inc_bec76491da5f",
    "message": "dispatch failed: crews_unavailable",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "149",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:20: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_f35125a633",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#21 req 10 ok
{
  "body": {
    "incident_id": "inc_769548ea0358",
    "lot_id": "lot_f35125a633",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:20:33 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#22 print >>> [attempt 2] incident inc_769548ea0358 open, waiting on containment…
#24 req 12 sleep deadline=1776759646.528510158 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_769548ea0358"
}
#27 req 13 ok
{
  "body": {
    "error_kind": "dispatch_service_down",
    "incident_id": "inc_769548ea0358",
    "message": "dispatch failed: dispatch_service_down",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "157",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:20:46 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_f35125a633",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#33 req 16 ok
{
  "body": {
    "incident_id": "inc_6abc85e81688",
    "lot_id": "lot_f35125a633",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:20:56 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#34 print >>> [attempt 3] incident inc_6abc85e81688 open, waiting on containment…
#36 req 18 sleep deadline=1776759667.892601625 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_6abc85e81688"
}
#39 req 19 ok
{
  "body": {
    "incident_id": "inc_6abc85e81688",
    "lot_id": "lot_f35125a633",
    "priority": "urgent",
    "status": "contained",
    "took_seconds": 1.8
  },
  "headers": {
    "content-length": "120",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 08:21:07 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#40 print >>> [dispatch] lot lot_f35125a633 contained on attempt 3.
#42 DONE worker=worker-734abf63-6a13-474b-bc94-a9395175c562