#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": 1776773580.0,
"lot_id": "lot_16b4f85c17",
"weight_kg": 99.0
},
"headers": {
"content-length": "91",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:13:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_16b4f85c17 at 99 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_16b4f85c17",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_33855107012d",
"lot_id": "lot_16b4f85c17",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:13:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_33855107012d open, waiting on containment…
#12
req 6
sleep
deadline=1776773600.922710477
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_33855107012d"
}
#15
req 7
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_33855107012d",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:13:21 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
print
>>> [dispatch] attempt 1 failed (crews_unavailable); retrying.
#18
req 9
sleep
deadline=1776773608.027854876
duration=1s
#20
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#22
req 11
connector:http
{
"body_json": {
"lot_id": "lot_16b4f85c17",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#23
req 11
ok
{
"body": {
"incident_id": "inc_fb98556c949b",
"lot_id": "lot_16b4f85c17",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:13:28 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
print
>>> [attempt 2] incident inc_fb98556c949b open, waiting on containment…
#26
req 13
sleep
deadline=1776773618.933370920
duration=2s
#28
req 14
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_fb98556c949b"
}
#29
req 14
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_fb98556c949b",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:13:39 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#30
print
>>> [dispatch] attempt 2 failed (crews_unavailable); retrying.
#32
req 16
sleep
deadline=1776773629.083896907
duration=1s
#34
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#36
req 18
connector:http
{
"body_json": {
"lot_id": "lot_16b4f85c17",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#37
req 18
ok
{
"body": {
"incident_id": "inc_4c90f8c53e05",
"lot_id": "lot_16b4f85c17",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:13:49 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#38
print
>>> [attempt 3] incident inc_4c90f8c53e05 open, waiting on containment…
#40
req 20
sleep
deadline=1776773637.175859994
duration=2s
#42
req 21
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_4c90f8c53e05"
}
#43
req 21
ok
{
"body": {
"crew_eta_seconds": 5.13,
"incident_id": "inc_4c90f8c53e05",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:13:57 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#44
req 22
sleep
deadline=1776773642.848618344
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_4c90f8c53e05"
}
#47
req 23
ok
{
"body": {
"crew_eta_seconds": 0.05,
"incident_id": "inc_4c90f8c53e05",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:14:02 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
req 24
sleep
deadline=1776773645.091216619
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_4c90f8c53e05"
}
#51
req 25
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_4c90f8c53e05",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:14:05 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [dispatch] attempt 3 failed (crews_unavailable); retrying.
#54
req 27
sleep
deadline=1776773650.978352889
duration=2s
#56
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#58
req 29
connector:http
{
"body_json": {
"lot_id": "lot_16b4f85c17",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#59
req 29
ok
{
"body": {
"incident_id": "inc_0c9b311eefc6",
"lot_id": "lot_16b4f85c17",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:14:11 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#60
print
>>> [attempt 4] incident inc_0c9b311eefc6 open, waiting on containment…
#62
req 31
sleep
deadline=1776773657.051183804
duration=2s
#64
req 32
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_0c9b311eefc6"
}
#65
req 32
ok
{
"body": {
"crew_eta_seconds": 8.51,
"incident_id": "inc_0c9b311eefc6",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:14:17 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#66
req 33
sleep
deadline=1776773668.012831465
duration=2s
#68
req 34
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_0c9b311eefc6"
}
#69
req 34
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_0c9b311eefc6",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:14:28 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#70
print
>>> [dispatch] attempt 4 failed (crews_unavailable); retrying.
#72
req 36
sleep
deadline=1776773679.959421657
duration=3s
#74
print
>>> [dispatch] lot lot_16b4f85c17 abandoned after 4 attempts; last attempt: crews_unavailable.
#76
DONE
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1