← console

job e53bf9b6-98de-44be-8dc8-71d3e188f1cc

StateDONE
Quotaflowmetal-demo
Manifest7da111f84daf1e10fcc12a35e8cf5c5debb80884c697bd0a1d517c10b3af1b28
Entry overridetirefireind.us/flowmetal-demo/dispatch-fire/dispatch
Workerworker-cb363943-e8d5-4544-959e-0acbf94251c1
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": 1776769500.0,
    "lot_id": "lot_23d43ca042",
    "weight_kg": 1988.0
  },
  "headers": {
    "content-length": "93",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 11:05:00 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#4 print >>> [dispatch] lot lot_23d43ca042 at 1988 kg, condition 'flaming' — priority urgent.
#6 print >>> [attempt 1] calling fire-dispatch to roll a containment crew…
#8 req 4 connector:http
{
  "body_json": {
    "lot_id": "lot_23d43ca042",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9 req 4 ok
{
  "body": {
    "incident_id": "inc_1cb75d83f9b7",
    "lot_id": "lot_23d43ca042",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 11:05:08 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#10 print >>> [attempt 1] incident inc_1cb75d83f9b7 open, waiting on containment…
#12 req 6 sleep deadline=1776769511.328823884 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_1cb75d83f9b7"
}
#15 req 7 ok
{
  "body": {
    "crew_eta_seconds": 2.47,
    "incident_id": "inc_1cb75d83f9b7",
    "priority": "urgent",
    "status": "pending"
  },
  "headers": {
    "content-length": "97",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 11:05:11 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#16 req 8 sleep deadline=1776769520.374512813 duration=2s
#17 req 8 ok
null
#18 req 9 connector:http
{
  "method": "GET",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_1cb75d83f9b7"
}
#19 req 9 ok
{
  "body": {
    "error_kind": "dispatch_service_down",
    "incident_id": "inc_1cb75d83f9b7",
    "message": "dispatch failed: dispatch_service_down",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "157",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 11:05:20 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#20 print >>> [dispatch] attempt 1 failed (dispatch_service_down); retrying.
#22 req 11 sleep deadline=1776769527.918982356 duration=1s
#23 req 11 ok
null
#24 print >>> [attempt 2] calling fire-dispatch to roll a containment crew…
#26 req 13 connector:http
{
  "body_json": {
    "lot_id": "lot_23d43ca042",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#27 req 13 ok
{
  "body": {
    "incident_id": "inc_6f9f57863c2e",
    "lot_id": "lot_23d43ca042",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 11:05:28 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#28 print >>> [attempt 2] incident inc_6f9f57863c2e open, waiting on containment…
#30 req 15 sleep deadline=1776769536.281163548 duration=2s
#31 req 15 ok
null
#32 req 16 connector:http
{
  "method": "GET",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_6f9f57863c2e"
}
#33 req 16 ok
{
  "body": {
    "error_kind": "crews_unavailable",
    "incident_id": "inc_6f9f57863c2e",
    "message": "dispatch failed: crews_unavailable",
    "retryable": true,
    "status": "failed"
  },
  "headers": {
    "content-length": "149",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 11:05:36 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#34 print >>> [dispatch] attempt 2 failed (crews_unavailable); retrying.
#36 req 18 sleep deadline=1776769546.080571283 duration=1s
#37 req 18 ok
null
#38 print >>> [attempt 3] calling fire-dispatch to roll a containment crew…
#40 req 20 connector:http
{
  "body_json": {
    "lot_id": "lot_23d43ca042",
    "priority": "urgent"
  },
  "method": "POST",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#41 req 20 ok
{
  "body": {
    "incident_id": "inc_aba982eccc9d",
    "lot_id": "lot_23d43ca042",
    "priority": "urgent"
  },
  "headers": {
    "content-length": "80",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 11:05:46 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#42 print >>> [attempt 3] incident inc_aba982eccc9d open, waiting on containment…
#44 req 22 sleep deadline=1776769554.014492579 duration=2s
#45 req 22 ok
null
#46 req 23 connector:http
{
  "method": "GET",
  "url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_aba982eccc9d"
}
#47 req 23 ok
{
  "body": {
    "incident_id": "inc_aba982eccc9d",
    "lot_id": "lot_23d43ca042",
    "priority": "urgent",
    "status": "contained",
    "took_seconds": 1.29
  },
  "headers": {
    "content-length": "121",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 11:05:54 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#48 print >>> [dispatch] lot lot_23d43ca042 contained on attempt 3.
#50 DONE worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1