#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": 1776774060.0,
"lot_id": "lot_b7c0ce2ee3",
"weight_kg": 971.0
},
"headers": {
"content-length": "95",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_b7c0ce2ee3 at 971 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_b7c0ce2ee3",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_bc57cdb58992",
"lot_id": "lot_b7c0ce2ee3",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:08 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_bc57cdb58992 open, waiting on containment…
#12
req 6
sleep
deadline=1776774078.977514841
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_bc57cdb58992"
}
#15
req 7
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_bc57cdb58992",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:19 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
print
>>> [dispatch] attempt 1 failed (dispatch_service_down); retrying.
#18
req 9
sleep
deadline=1776774091.127978502
duration=1s
#20
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#22
req 11
connector:http
{
"body_json": {
"lot_id": "lot_b7c0ce2ee3",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#23
req 11
ok
{
"body": {
"incident_id": "inc_2b423efe2a5a",
"lot_id": "lot_b7c0ce2ee3",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:31 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
print
>>> [attempt 2] incident inc_2b423efe2a5a open, waiting on containment…
#26
req 13
sleep
deadline=1776774094.989328532
duration=2s
#28
req 14
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_2b423efe2a5a"
}
#29
req 14
ok
{
"body": {
"crew_eta_seconds": 8.75,
"incident_id": "inc_2b423efe2a5a",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:35 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#30
req 15
sleep
deadline=1776774103.079347418
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_2b423efe2a5a"
}
#33
req 16
ok
{
"body": {
"crew_eta_seconds": 0.85,
"incident_id": "inc_2b423efe2a5a",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:43 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#34
req 17
sleep
deadline=1776774114.018364574
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_2b423efe2a5a"
}
#37
req 18
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_2b423efe2a5a",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:21:54 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
print
>>> [dispatch] attempt 2 failed (dispatch_service_down); retrying.
#40
req 20
sleep
deadline=1776774121.950605217
duration=1s
#42
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#44
req 22
connector:http
{
"body_json": {
"lot_id": "lot_b7c0ce2ee3",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#45
req 22
ok
{
"body": {
"incident_id": "inc_79b4b7ae5164",
"lot_id": "lot_b7c0ce2ee3",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:22:02 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#46
print
>>> [attempt 3] incident inc_79b4b7ae5164 open, waiting on containment…
#48
req 24
sleep
deadline=1776774124.994005731
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_79b4b7ae5164"
}
#51
req 25
ok
{
"body": {
"crew_eta_seconds": 9.89,
"incident_id": "inc_79b4b7ae5164",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:22:05 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
req 26
sleep
deadline=1776774131.071139052
duration=2s
#54
req 27
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_79b4b7ae5164"
}
#55
req 27
ok
{
"body": {
"crew_eta_seconds": 3.79,
"incident_id": "inc_79b4b7ae5164",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:22:11 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#56
req 28
sleep
deadline=1776774142.010462872
duration=2s
#58
req 29
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_79b4b7ae5164"
}
#59
req 29
ok
{
"body": {
"error_kind": "fire_escalated",
"incident_id": "inc_79b4b7ae5164",
"message": "dispatch failed: fire_escalated",
"retryable": false,
"status": "failed"
},
"headers": {
"content-length": "144",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:22:22 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#60
print
>>> [dispatch] lot lot_b7c0ce2ee3 terminally lost: fire_escalated.
#62
DONE
worker=worker-5879336e-a44f-45a2-ad04-4943fa33f428