#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": 1776759060.0,
"lot_id": "lot_50e9242ce1",
"weight_kg": 984.0
},
"headers": {
"content-length": "92",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:10:59 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_50e9242ce1 at 984 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_50e9242ce1",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_3bacf3fad8de",
"lot_id": "lot_50e9242ce1",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:11:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_3bacf3fad8de open, waiting on containment…
#12
req 6
sleep
deadline=1776759083.166461731
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_3bacf3fad8de"
}
#15
req 7
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_3bacf3fad8de",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:11: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_50e9242ce1",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#21
req 10
ok
{
"body": {
"incident_id": "inc_b00fc0f94318",
"lot_id": "lot_50e9242ce1",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:11:32 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#22
print
>>> [attempt 2] incident inc_b00fc0f94318 open, waiting on containment…
#24
req 12
sleep
deadline=1776759105.454761430
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_b00fc0f94318"
}
#27
req 13
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_b00fc0f94318",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:11: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_50e9242ce1",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#33
req 16
ok
{
"body": {
"incident_id": "inc_64134b3679dc",
"lot_id": "lot_50e9242ce1",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:11:55 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
print
>>> [attempt 3] incident inc_64134b3679dc open, waiting on containment…
#36
req 18
sleep
deadline=1776759127.937831050
duration=2s
#38
req 19
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_64134b3679dc"
}
#39
req 19
ok
{
"body": {
"crew_eta_seconds": 1.97,
"incident_id": "inc_64134b3679dc",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:12:07 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#40
req 20
sleep
deadline=1776759140.500919599
duration=2s
#42
req 21
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_64134b3679dc"
}
#43
req 21
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_64134b3679dc",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:12:20 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#44
print
>>> [dispatch] attempt 3 failed (crews_unavailable); retrying.
#46
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#48
req 24
connector:http
{
"body_json": {
"lot_id": "lot_50e9242ce1",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#49
req 24
ok
{
"body": {
"incident_id": "inc_681b82d2359c",
"lot_id": "lot_50e9242ce1",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:12:35 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#50
print
>>> [attempt 4] incident inc_681b82d2359c open, waiting on containment…
#52
req 26
sleep
deadline=1776759168.620764348
duration=2s
#54
req 27
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_681b82d2359c"
}
#55
req 27
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_681b82d2359c",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:12:48 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#56
print
>>> [dispatch] attempt 4 failed (dispatch_service_down); retrying.
#58
print
>>> [dispatch] lot lot_50e9242ce1 abandoned after 4 attempts; last attempt: dispatch_service_down.
#60
DONE
worker=worker-734abf63-6a13-474b-bc94-a9395175c562