#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": 1776767940.0,
"lot_id": "lot_644b7b5f93",
"weight_kg": 380.0
},
"headers": {
"content-length": "92",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_644b7b5f93 at 380 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_644b7b5f93",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_26aa6544c3a8",
"lot_id": "lot_644b7b5f93",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:01 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_26aa6544c3a8 open, waiting on containment…
#12
req 6
sleep
deadline=1776767951.981493698
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_26aa6544c3a8"
}
#15
req 7
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_26aa6544c3a8",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:12 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
print
>>> [dispatch] attempt 1 failed (dispatch_service_down); retrying.
#18
req 9
sleep
deadline=1776767962.123631853
duration=1s
#20
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#22
req 11
connector:http
{
"body_json": {
"lot_id": "lot_644b7b5f93",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#23
req 11
ok
{
"body": {
"incident_id": "inc_aa5c9478aff0",
"lot_id": "lot_644b7b5f93",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:22 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
print
>>> [attempt 2] incident inc_aa5c9478aff0 open, waiting on containment…
#26
req 13
sleep
deadline=1776767968.008030725
duration=2s
#28
req 14
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_aa5c9478aff0"
}
#29
req 14
ok
{
"body": {
"crew_eta_seconds": 2.74,
"incident_id": "inc_aa5c9478aff0",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:28 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#30
req 15
sleep
deadline=1776767979.140463924
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_aa5c9478aff0"
}
#33
req 16
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_aa5c9478aff0",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:39 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#34
print
>>> [dispatch] attempt 2 failed (crews_unavailable); retrying.
#36
req 18
sleep
deadline=1776767989.094152725
duration=1s
#38
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#40
req 20
connector:http
{
"body_json": {
"lot_id": "lot_644b7b5f93",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#41
req 20
ok
{
"body": {
"incident_id": "inc_3a28499bd4dc",
"lot_id": "lot_644b7b5f93",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:49 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#42
print
>>> [attempt 3] incident inc_3a28499bd4dc open, waiting on containment…
#44
req 22
sleep
deadline=1776768000.022152280
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_3a28499bd4dc"
}
#47
req 23
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_3a28499bd4dc",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:40:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
print
>>> [dispatch] attempt 3 failed (dispatch_service_down); retrying.
#50
req 25
sleep
deadline=1776768005.918839868
duration=2s
#52
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#54
req 27
connector:http
{
"body_json": {
"lot_id": "lot_644b7b5f93",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#55
req 27
ok
{
"body": {
"incident_id": "inc_674c3524f36a",
"lot_id": "lot_644b7b5f93",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:40:06 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#56
print
>>> [attempt 4] incident inc_674c3524f36a open, waiting on containment…
#58
req 29
sleep
deadline=1776768014.031772790
duration=2s
#60
req 30
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_674c3524f36a"
}
#61
req 30
ok
{
"body": {
"error_kind": "fire_escalated",
"incident_id": "inc_674c3524f36a",
"message": "dispatch failed: fire_escalated",
"retryable": false,
"status": "failed"
},
"headers": {
"content-length": "144",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:40:14 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#62
print
>>> [dispatch] lot lot_644b7b5f93 terminally lost: fire_escalated.
#64
DONE
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1