#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": 1776769260.0,
"lot_id": "lot_5184b6898b",
"weight_kg": 212.0
},
"headers": {
"content-length": "95",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:01:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_5184b6898b at 212 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_5184b6898b",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_4a5c141a7b8e",
"lot_id": "lot_5184b6898b",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:01:08 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_4a5c141a7b8e open, waiting on containment…
#12
req 6
sleep
deadline=1776769273.945600945
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_4a5c141a7b8e"
}
#15
req 7
ok
{
"body": {
"crew_eta_seconds": 4.19,
"incident_id": "inc_4a5c141a7b8e",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:01:14 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
req 8
sleep
deadline=1776769280.036908479
duration=2s
#18
req 9
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_4a5c141a7b8e"
}
#19
req 9
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_4a5c141a7b8e",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:01:20 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#20
print
>>> [dispatch] attempt 1 failed (dispatch_service_down); retrying.
#22
req 11
sleep
deadline=1776769290.055031634
duration=1s
#24
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#26
req 13
connector:http
{
"body_json": {
"lot_id": "lot_5184b6898b",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#27
req 13
ok
{
"body": {
"incident_id": "inc_2d94d0264684",
"lot_id": "lot_5184b6898b",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:01:30 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#28
print
>>> [attempt 2] incident inc_2d94d0264684 open, waiting on containment…
#30
req 15
sleep
deadline=1776769294.103246842
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_2d94d0264684"
}
#33
req 16
ok
{
"body": {
"crew_eta_seconds": 0.62,
"incident_id": "inc_2d94d0264684",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:01:34 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#34
req 17
sleep
deadline=1776769302.010225791
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_2d94d0264684"
}
#37
req 18
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_2d94d0264684",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:01:42 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
print
>>> [dispatch] attempt 2 failed (dispatch_service_down); retrying.
#40
req 20
sleep
deadline=1776769314.177537550
duration=1s
#42
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#44
req 22
connector:http
{
"body_json": {
"lot_id": "lot_5184b6898b",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#45
req 22
ok
{
"body": {
"incident_id": "inc_a2758b0f0b91",
"lot_id": "lot_5184b6898b",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:01:54 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#46
print
>>> [attempt 3] incident inc_a2758b0f0b91 open, waiting on containment…
#48
req 24
sleep
deadline=1776769322.896159363
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_a2758b0f0b91"
}
#51
req 25
ok
{
"body": {
"crew_eta_seconds": 2.2,
"incident_id": "inc_a2758b0f0b91",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "96",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:02:03 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
req 26
sleep
deadline=1776769328.970963349
duration=2s
#54
req 27
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_a2758b0f0b91"
}
#55
req 27
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_a2758b0f0b91",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:02:09 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#56
print
>>> [dispatch] attempt 3 failed (dispatch_service_down); retrying.
#58
req 29
sleep
deadline=1776769335.075187051
duration=2s
#60
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#62
req 31
connector:http
{
"body_json": {
"lot_id": "lot_5184b6898b",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#63
req 31
ok
{
"body": {
"incident_id": "inc_340d5e4c3f1b",
"lot_id": "lot_5184b6898b",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:02:15 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#64
print
>>> [attempt 4] incident inc_340d5e4c3f1b open, waiting on containment…
#66
req 33
sleep
deadline=1776769342.975296635
duration=2s
#68
req 34
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_340d5e4c3f1b"
}
#69
req 34
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_340d5e4c3f1b",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:02:23 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#70
print
>>> [dispatch] attempt 4 failed (dispatch_service_down); retrying.
#72
req 36
sleep
deadline=1776769357.124885031
duration=3s
#74
print
>>> [dispatch] lot lot_5184b6898b abandoned after 4 attempts; last attempt: dispatch_service_down.
#76
DONE
worker=worker-5879336e-a44f-45a2-ad04-4943fa33f428