#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": 1776759240.0,
"lot_id": "lot_3bd4afc42e",
"weight_kg": 3856.0
},
"headers": {
"content-length": "96",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:14:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_3bd4afc42e at 3856 kg, condition 'smoldering' — priority urgent.
#6
print
>>> [attempt 1] calling fire-dispatch to roll a containment crew…
#8
req 4
connector:http
{
"body_json": {
"lot_id": "lot_3bd4afc42e",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_4577332b7d5b",
"lot_id": "lot_3bd4afc42e",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:14:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_4577332b7d5b open, waiting on containment…
#12
req 6
sleep
deadline=1776759263.141598099
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_4577332b7d5b"
}
#15
req 7
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_4577332b7d5b",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:14: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_3bd4afc42e",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#21
req 10
ok
{
"body": {
"incident_id": "inc_8ac9fe7d8602",
"lot_id": "lot_3bd4afc42e",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:14:32 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#22
print
>>> [attempt 2] incident inc_8ac9fe7d8602 open, waiting on containment…
#24
req 12
sleep
deadline=1776759285.630155900
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_8ac9fe7d8602"
}
#27
req 13
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_8ac9fe7d8602",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:14:45 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
print
>>> [dispatch] attempt 2 failed (crews_unavailable); retrying.
#30
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#32
req 16
connector:http
{
"body_json": {
"lot_id": "lot_3bd4afc42e",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#33
req 16
ok
{
"body": {
"incident_id": "inc_bf9c209bdd43",
"lot_id": "lot_3bd4afc42e",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:14:55 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
print
>>> [attempt 3] incident inc_bf9c209bdd43 open, waiting on containment…
#36
req 18
sleep
deadline=1776759307.941513093
duration=2s
#38
req 19
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_bf9c209bdd43"
}
#39
req 19
ok
{
"body": {
"incident_id": "inc_bf9c209bdd43",
"lot_id": "lot_3bd4afc42e",
"priority": "urgent",
"status": "contained",
"took_seconds": 3.42
},
"headers": {
"content-length": "121",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:15:08 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#40
print
>>> [dispatch] lot lot_3bd4afc42e contained on attempt 3.
#42
DONE
worker=worker-734abf63-6a13-474b-bc94-a9395175c562