#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": "engulfed",
"discovered_at": 1776769140.0,
"lot_id": "lot_71f8a73c14",
"weight_kg": 3705.0
},
"headers": {
"content-length": "94",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:58:59 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_71f8a73c14 at 3705 kg, condition 'engulfed' — priority urgent.
#6
print
>>> [attempt 1] calling fire-dispatch to roll a containment crew…
#8
req 4
connector:http
{
"body_json": {
"lot_id": "lot_71f8a73c14",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_451543467939",
"lot_id": "lot_71f8a73c14",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:59:06 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_451543467939 open, waiting on containment…
#12
req 6
sleep
deadline=1776769158.263728601
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_451543467939"
}
#15
req 7
ok
{
"body": {
"incident_id": "inc_451543467939",
"lot_id": "lot_71f8a73c14",
"priority": "urgent",
"status": "contained",
"took_seconds": 3.74
},
"headers": {
"content-length": "121",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:59:18 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
print
>>> [dispatch] lot lot_71f8a73c14 contained on attempt 1.
#18
DONE
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1