#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": 1776759840.0,
"lot_id": "lot_bd615fac8f",
"weight_kg": 509.0
},
"headers": {
"content-length": "92",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:24:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_bd615fac8f at 509 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_bd615fac8f",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_f72fd8380705",
"lot_id": "lot_bd615fac8f",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:24:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_f72fd8380705 open, waiting on containment…
#12
req 6
sleep
deadline=1776759863.058572795
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_f72fd8380705"
}
#15
req 7
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_f72fd8380705",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:24: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_bd615fac8f",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#21
req 10
ok
{
"body": {
"incident_id": "inc_001e7efc84f6",
"lot_id": "lot_bd615fac8f",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:24:33 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#22
print
>>> [attempt 2] incident inc_001e7efc84f6 open, waiting on containment…
#24
req 12
sleep
deadline=1776759890.615152144
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_001e7efc84f6"
}
#27
req 13
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_001e7efc84f6",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:24:51 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_bd615fac8f",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#33
req 16
ok
{
"body": {
"incident_id": "inc_764ee7e4e9ac",
"lot_id": "lot_bd615fac8f",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:25:00 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
print
>>> [attempt 3] incident inc_764ee7e4e9ac open, waiting on containment…
#36
req 18
sleep
deadline=1776759907.964784511
duration=2s
#38
req 19
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_764ee7e4e9ac"
}
#39
req 19
ok
{
"body": {
"crew_eta_seconds": 2.61,
"incident_id": "inc_764ee7e4e9ac",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:25:08 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#40
req 20
sleep
deadline=1776759925.568493381
duration=2s
#42
req 21
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_764ee7e4e9ac"
}
#43
req 21
ok
{
"body": {
"error_kind": "fire_escalated",
"incident_id": "inc_764ee7e4e9ac",
"message": "dispatch failed: fire_escalated",
"retryable": false,
"status": "failed"
},
"headers": {
"content-length": "144",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:25:26 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#44
print
>>> [dispatch] lot lot_bd615fac8f terminally lost: fire_escalated.
#46
DONE
worker=worker-cb46eb8c-9454-46e6-a2b1-779317e6fbdd