#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": 1776773880.0,
"lot_id": "lot_8d63c3f318",
"weight_kg": 781.0
},
"headers": {
"content-length": "92",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:18:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_8d63c3f318 at 781 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_8d63c3f318",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_53fbe841e6a5",
"lot_id": "lot_8d63c3f318",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:18:07 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_53fbe841e6a5 open, waiting on containment…
#12
req 6
sleep
deadline=1776773898.050978100
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_53fbe841e6a5"
}
#15
req 7
ok
{
"body": {
"crew_eta_seconds": 0.3,
"incident_id": "inc_53fbe841e6a5",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "96",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:18:18 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
req 8
sleep
deadline=1776773911.211997575
duration=2s
#18
req 9
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_53fbe841e6a5"
}
#19
req 9
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_53fbe841e6a5",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:18:31 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#20
print
>>> [dispatch] attempt 1 failed (crews_unavailable); retrying.
#22
req 11
sleep
deadline=1776773923.194762081
duration=1s
#24
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#26
req 13
connector:http
{
"body_json": {
"lot_id": "lot_8d63c3f318",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#27
req 13
ok
{
"body": {
"incident_id": "inc_a328fad171ed",
"lot_id": "lot_8d63c3f318",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:18:43 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#28
print
>>> [attempt 2] incident inc_a328fad171ed open, waiting on containment…
#30
req 15
sleep
deadline=1776773932.105721342
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_a328fad171ed"
}
#33
req 16
ok
{
"body": {
"crew_eta_seconds": 1.48,
"incident_id": "inc_a328fad171ed",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:18:52 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#34
req 17
sleep
deadline=1776773937.983811464
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_a328fad171ed"
}
#37
req 18
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_a328fad171ed",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:18:58 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
print
>>> [dispatch] attempt 2 failed (crews_unavailable); retrying.
#40
req 20
sleep
deadline=1776773941.849652007
duration=1s
#42
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#44
req 22
connector:http
{
"body_json": {
"lot_id": "lot_8d63c3f318",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#45
req 22
ok
{
"body": {
"incident_id": "inc_cde6c2610bfa",
"lot_id": "lot_8d63c3f318",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:19:01 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#46
print
>>> [attempt 3] incident inc_cde6c2610bfa open, waiting on containment…
#48
req 24
sleep
deadline=1776773949.125596123
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_cde6c2610bfa"
}
#51
req 25
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_cde6c2610bfa",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:19:09 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [dispatch] attempt 3 failed (crews_unavailable); retrying.
#54
req 27
sleep
deadline=1776773955.026151227
duration=2s
#56
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#58
req 29
connector:http
{
"body_json": {
"lot_id": "lot_8d63c3f318",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#59
req 29
ok
{
"body": {
"incident_id": "inc_6ff981253fc1",
"lot_id": "lot_8d63c3f318",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:19:15 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#60
print
>>> [attempt 4] incident inc_6ff981253fc1 open, waiting on containment…
#62
req 31
sleep
deadline=1776773965.140645140
duration=2s
#64
req 32
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_6ff981253fc1"
}
#65
req 32
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_6ff981253fc1",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:19:25 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#66
print
>>> [dispatch] attempt 4 failed (crews_unavailable); retrying.
#68
req 34
sleep
deadline=1776773977.085475048
duration=3s
#70
print
>>> [dispatch] lot lot_8d63c3f318 abandoned after 4 attempts; last attempt: crews_unavailable.
#72
DONE
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1