#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": 1776757680.0,
"lot_id": "lot_13fbd93142",
"weight_kg": 1476.0
},
"headers": {
"content-length": "93",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:48:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_13fbd93142 at 1476 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_13fbd93142",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_66ba0570e012",
"lot_id": "lot_13fbd93142",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:48:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_66ba0570e012 open, waiting on containment…
#12
req 6
sleep
deadline=1776757703.087725056
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_66ba0570e012"
}
#15
req 7
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_66ba0570e012",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:48:22 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
print
>>> [dispatch] attempt 1 failed (dispatch_service_down); retrying.
#18
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#20
req 10
connector:http
{
"body_json": {
"lot_id": "lot_13fbd93142",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#21
req 10
ok
{
"body": {
"incident_id": "inc_92e74153060d",
"lot_id": "lot_13fbd93142",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:48:32 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#22
print
>>> [attempt 2] incident inc_92e74153060d open, waiting on containment…
#24
req 12
sleep
deadline=1776757725.522155208
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_92e74153060d"
}
#27
req 13
ok
{
"body": {
"incident_id": "inc_92e74153060d",
"lot_id": "lot_13fbd93142",
"priority": "urgent",
"status": "contained",
"took_seconds": 5.87
},
"headers": {
"content-length": "121",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:48:45 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
print
>>> [dispatch] lot lot_13fbd93142 contained on attempt 2.
#30
DONE
worker=worker-734abf63-6a13-474b-bc94-a9395175c562