#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": 1776772140.0,
"lot_id": "lot_5f36c97af0",
"weight_kg": 2135.0
},
"headers": {
"content-length": "93",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:49:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_5f36c97af0 at 2135 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_5f36c97af0",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_5b4c01ce6b21",
"lot_id": "lot_5f36c97af0",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:49:00 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_5b4c01ce6b21 open, waiting on containment…
#12
req 6
sleep
deadline=1776772150.128660219
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_5b4c01ce6b21"
}
#15
req 7
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_5b4c01ce6b21",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:49:10 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
print
>>> [dispatch] attempt 1 failed (crews_unavailable); retrying.
#18
req 9
sleep
deadline=1776772160.093399562
duration=1s
#20
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#22
req 11
connector:http
{
"body_json": {
"lot_id": "lot_5f36c97af0",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#23
req 11
ok
{
"body": {
"incident_id": "inc_24c278483bb5",
"lot_id": "lot_5f36c97af0",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:49:20 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#24
print
>>> [attempt 2] incident inc_24c278483bb5 open, waiting on containment…
#26
req 13
sleep
deadline=1776772165.940222195
duration=2s
#28
req 14
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_24c278483bb5"
}
#29
req 14
ok
{
"body": {
"crew_eta_seconds": 1.25,
"incident_id": "inc_24c278483bb5",
"priority": "urgent",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:49:26 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#30
req 15
sleep
deadline=1776772179.100483350
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_24c278483bb5"
}
#33
req 16
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_24c278483bb5",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:49:38 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#34
print
>>> [dispatch] attempt 2 failed (crews_unavailable); retrying.
#36
req 18
sleep
deadline=1776772186.052553835
duration=1s
#38
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#40
req 20
connector:http
{
"body_json": {
"lot_id": "lot_5f36c97af0",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#41
req 20
ok
{
"body": {
"incident_id": "inc_46bbaccaa837",
"lot_id": "lot_5f36c97af0",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:49:46 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#42
print
>>> [attempt 3] incident inc_46bbaccaa837 open, waiting on containment…
#44
req 22
sleep
deadline=1776772198.999211220
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_46bbaccaa837"
}
#47
req 23
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_46bbaccaa837",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:50:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
print
>>> [dispatch] attempt 3 failed (crews_unavailable); retrying.
#50
req 25
sleep
deadline=1776772202.864277659
duration=2s
#52
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#54
req 27
connector:http
{
"body_json": {
"lot_id": "lot_5f36c97af0",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#55
req 27
ok
{
"body": {
"incident_id": "inc_17321bfcc275",
"lot_id": "lot_5f36c97af0",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:50:02 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#56
print
>>> [attempt 4] incident inc_17321bfcc275 open, waiting on containment…
#58
req 29
sleep
deadline=1776772209.962885694
duration=2s
#60
req 30
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_17321bfcc275"
}
#61
req 30
ok
{
"body": {
"error_kind": "fire_escalated",
"incident_id": "inc_17321bfcc275",
"message": "dispatch failed: fire_escalated",
"retryable": false,
"status": "failed"
},
"headers": {
"content-length": "144",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:50:10 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#62
print
>>> [dispatch] lot lot_5f36c97af0 terminally lost: fire_escalated.
#64
DONE
worker=worker-5879336e-a44f-45a2-ad04-4943fa33f428