#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": 1776758580.0,
"lot_id": "lot_539c2ea171",
"weight_kg": 2579.0
},
"headers": {
"content-length": "93",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:02:59 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_539c2ea171 at 2579 kg, condition 'flaming' — priority urgent.
#6
print
>>> [attempt 1] calling fire-dispatch to roll a containment crew…
#8
req 4
connector:http
{
"body_json": {
"lot_id": "lot_539c2ea171",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_b7d7435e7f33",
"lot_id": "lot_539c2ea171",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:03:07 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_b7d7435e7f33 open, waiting on containment…
#12
req 6
sleep
deadline=1776758595.294151487
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_b7d7435e7f33"
}
#15
req 7
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_b7d7435e7f33",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:03:15 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
print
>>> [dispatch] attempt 1 failed (crews_unavailable); retrying.
#18
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#20
req 10
connector:http
{
"body_json": {
"lot_id": "lot_539c2ea171",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#21
req 10
ok
{
"body": {
"incident_id": "inc_e6631b850657",
"lot_id": "lot_539c2ea171",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:03:23 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#22
print
>>> [attempt 2] incident inc_e6631b850657 open, waiting on containment…
#24
req 12
sleep
deadline=1776758616.330929412
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_e6631b850657"
}
#27
req 13
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_e6631b850657",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:03:36 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
print
>>> [dispatch] attempt 2 failed (dispatch_service_down); retrying.
#30
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#32
req 16
connector:http
{
"body_json": {
"lot_id": "lot_539c2ea171",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#33
req 16
ok
{
"body": {
"incident_id": "inc_54a360a3c945",
"lot_id": "lot_539c2ea171",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:03:46 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
print
>>> [attempt 3] incident inc_54a360a3c945 open, waiting on containment…
#36
req 18
sleep
deadline=1776758639.573766782
duration=2s
#38
req 19
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_54a360a3c945"
}
#39
req 19
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_54a360a3c945",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:03:59 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#40
print
>>> [dispatch] attempt 3 failed (dispatch_service_down); retrying.
#42
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#44
req 22
connector:http
{
"body_json": {
"lot_id": "lot_539c2ea171",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#45
req 22
ok
{
"body": {
"incident_id": "inc_4cc34952fea5",
"lot_id": "lot_539c2ea171",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:04:05 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#46
print
>>> [attempt 4] incident inc_4cc34952fea5 open, waiting on containment…
#48
req 24
sleep
deadline=1776758657.973747123
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_4cc34952fea5"
}
#51
req 25
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_4cc34952fea5",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 08:04:17 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [dispatch] attempt 4 failed (crews_unavailable); retrying.
#54
print
>>> [dispatch] lot lot_539c2ea171 abandoned after 4 attempts; last attempt: crews_unavailable.
#56
DONE
worker=worker-734abf63-6a13-474b-bc94-a9395175c562