#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": 1776760020.0,
"lot_id": "lot_0bb824a113",
"weight_kg": 138.0
},
"headers": {
"content-length": "92",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:27:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_0bb824a113 at 138 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_0bb824a113",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_15e32d498fa4",
"lot_id": "lot_0bb824a113",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:27:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_15e32d498fa4 open, waiting on containment…
#12
req 6
sleep
deadline=1776760043.105187164
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_15e32d498fa4"
}
#15
req 7
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_15e32d498fa4",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:27:22 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_0bb824a113",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#21
req 10
ok
{
"body": {
"incident_id": "inc_1a539047543f",
"lot_id": "lot_0bb824a113",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:27:32 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#22
print
>>> [attempt 2] incident inc_1a539047543f open, waiting on containment…
#24
req 12
sleep
deadline=1776760065.536737424
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_1a539047543f"
}
#27
req 13
ok
{
"body": {
"incident_id": "inc_1a539047543f",
"lot_id": "lot_0bb824a113",
"priority": "normal",
"status": "contained",
"took_seconds": 6.03
},
"headers": {
"content-length": "121",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:27:45 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
print
>>> [dispatch] lot lot_0bb824a113 contained on attempt 2.
#30
DONE
worker=worker-734abf63-6a13-474b-bc94-a9395175c562