#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": "smoldering",
"discovered_at": 1776772260.0,
"lot_id": "lot_b1f6e0ac34",
"weight_kg": 754.0
},
"headers": {
"content-length": "95",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:51:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_b1f6e0ac34 at 754 kg, condition 'smoldering' — priority normal.
#6
print
>>> [attempt 1] calling fire-dispatch to roll a containment crew…
#8
req 4
connector:http
{
"body_json": {
"lot_id": "lot_b1f6e0ac34",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_c9fa4e573d14",
"lot_id": "lot_b1f6e0ac34",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:51:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_c9fa4e573d14 open, waiting on containment…
#12
req 6
sleep
deadline=1776772280.956872726
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_c9fa4e573d14"
}
#15
req 7
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_c9fa4e573d14",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:51:21 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
print
>>> [dispatch] attempt 1 failed (crews_unavailable); retrying.
#18
req 9
sleep
deadline=1776772287.963425307
duration=1s
#20
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#22
req 11
connector:http
{
"body_json": {
"lot_id": "lot_b1f6e0ac34",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#23
req 11
ok
{
"body": {
"incident_id": "inc_56b3c4dfed55",
"lot_id": "lot_b1f6e0ac34",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:51:28 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
print
>>> [attempt 2] incident inc_56b3c4dfed55 open, waiting on containment…
#26
req 13
sleep
deadline=1776772298.903360771
duration=2s
#28
req 14
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_56b3c4dfed55"
}
#29
req 14
ok
{
"body": {
"incident_id": "inc_56b3c4dfed55",
"lot_id": "lot_b1f6e0ac34",
"priority": "normal",
"status": "contained",
"took_seconds": 6.9
},
"headers": {
"content-length": "120",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:51:39 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#30
print
>>> [dispatch] lot lot_b1f6e0ac34 contained on attempt 2.
#32
DONE
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1