#0
req 0
connector:http
{
"method": "GET",
"url": "http://tire-registry.flowmetal.svc.cluster.local:8080/lots/next"
}
#1
req 0
ok
{
"body": "{\"lot_id\":\"lot_0b134fe5c2\",\"weight_kg\":3744,\"condition\":\"flaming\",\"discovered_at\":1776754680}",
"body_json": {
"condition": "flaming",
"discovered_at": 1776754680.0,
"lot_id": "lot_0b134fe5c2",
"weight_kg": 3744.0
},
"headers": {
"content-length": "93",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 06:58:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#2
req 1
connector:http
{
"body_json": {
"lot_id": "lot_0b134fe5c2",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#3
req 1
ok
{
"body": "{\"incident_id\":\"inc_71f0810fd4d8\",\"lot_id\":\"lot_0b134fe5c2\",\"priority\":\"urgent\"}",
"body_json": {
"incident_id": "inc_71f0810fd4d8",
"lot_id": "lot_0b134fe5c2",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 06:58:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#6
req 3
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_71f0810fd4d8"
}
#7
req 3
ok
{
"body": "{\"incident_id\":\"inc_71f0810fd4d8\",\"status\":\"failed\",\"error_kind\":\"dispatch_service_down\",\"retryable\":true,\"message\":\"dispatch failed: dispatch_service_down\"}",
"body_json": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_71f0810fd4d8",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 06:58:23 GMT",
"server": "uvicorn"
},
"status": 200.0
}