#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": 1776767880.0,
"lot_id": "lot_98d804c0d4",
"weight_kg": 420.0
},
"headers": {
"content-length": "95",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:38:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_98d804c0d4 at 420 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_98d804c0d4",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_06195ef1e6e5",
"lot_id": "lot_98d804c0d4",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:38:05 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_06195ef1e6e5 open, waiting on containment…
#12
req 6
sleep
deadline=1776767896.128088985
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_06195ef1e6e5"
}
#15
req 7
ok
{
"body": {
"crew_eta_seconds": 2.85,
"incident_id": "inc_06195ef1e6e5",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:38:16 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
req 8
sleep
deadline=1776767909.116013354
duration=2s
#18
req 9
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_06195ef1e6e5"
}
#19
req 9
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_06195ef1e6e5",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:38:29 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#20
print
>>> [dispatch] attempt 1 failed (dispatch_service_down); retrying.
#22
req 11
sleep
deadline=1776767921.087184112
duration=1s
#24
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#26
req 13
connector:http
{
"body_json": {
"lot_id": "lot_98d804c0d4",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#27
req 13
ok
{
"body": {
"incident_id": "inc_75d5cebcc1d9",
"lot_id": "lot_98d804c0d4",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:38:41 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#28
print
>>> [attempt 2] incident inc_75d5cebcc1d9 open, waiting on containment…
#30
req 15
sleep
deadline=1776767934.057509513
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_75d5cebcc1d9"
}
#33
req 16
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_75d5cebcc1d9",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:38:54 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#34
print
>>> [dispatch] attempt 2 failed (crews_unavailable); retrying.
#36
req 18
sleep
deadline=1776767941.853409042
duration=1s
#38
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#40
req 20
connector:http
{
"body_json": {
"lot_id": "lot_98d804c0d4",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#41
req 20
ok
{
"body": {
"incident_id": "inc_6e6d11b97742",
"lot_id": "lot_98d804c0d4",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:01 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#42
print
>>> [attempt 3] incident inc_6e6d11b97742 open, waiting on containment…
#44
req 22
sleep
deadline=1776767949.135388686
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_6e6d11b97742"
}
#47
req 23
ok
{
"body": {
"crew_eta_seconds": 4.27,
"incident_id": "inc_6e6d11b97742",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:09 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
req 24
sleep
deadline=1776767955.027212355
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_6e6d11b97742"
}
#51
req 25
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_6e6d11b97742",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:15 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [dispatch] attempt 3 failed (crews_unavailable); retrying.
#54
req 27
sleep
deadline=1776767964.953131894
duration=2s
#56
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#58
req 29
connector:http
{
"body_json": {
"lot_id": "lot_98d804c0d4",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#59
req 29
ok
{
"body": {
"incident_id": "inc_b235ba6dd815",
"lot_id": "lot_98d804c0d4",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:25 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#60
print
>>> [attempt 4] incident inc_b235ba6dd815 open, waiting on containment…
#62
req 31
sleep
deadline=1776767971.053346458
duration=2s
#64
req 32
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_b235ba6dd815"
}
#65
req 32
ok
{
"body": {
"crew_eta_seconds": 5.22,
"incident_id": "inc_b235ba6dd815",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:31 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#66
req 33
sleep
deadline=1776767981.993620887
duration=2s
#68
req 34
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_b235ba6dd815"
}
#69
req 34
ok
{
"body": {
"incident_id": "inc_b235ba6dd815",
"lot_id": "lot_98d804c0d4",
"priority": "normal",
"status": "contained",
"took_seconds": 11.31
},
"headers": {
"content-length": "122",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:39:42 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#70
print
>>> [dispatch] lot lot_98d804c0d4 contained on attempt 4.
#72
DONE
worker=worker-5879336e-a44f-45a2-ad04-4943fa33f428