#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": 1776763620.0,
"lot_id": "lot_44cce97730",
"weight_kg": 286.0
},
"headers": {
"content-length": "95",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:27:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_44cce97730 at 286 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_44cce97730",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_6ce0274d66b6",
"lot_id": "lot_44cce97730",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:27:08 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_6ce0274d66b6 open, waiting on containment…
#12
req 6
sleep
deadline=1776763633.975800996
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_6ce0274d66b6"
}
#15
req 7
ok
{
"body": {
"crew_eta_seconds": 4.55,
"incident_id": "inc_6ce0274d66b6",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:27:14 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
req 8
sleep
deadline=1776763645.251477935
duration=2s
#18
req 9
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_6ce0274d66b6"
}
#19
req 9
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_6ce0274d66b6",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:27:25 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#20
print
>>> [dispatch] attempt 1 failed (crews_unavailable); retrying.
#22
req 11
sleep
deadline=1776763654.875560843
duration=1s
#24
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#26
req 13
connector:http
{
"body_json": {
"lot_id": "lot_44cce97730",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#27
req 13
ok
{
"body": {
"incident_id": "inc_3f286f9dbb3a",
"lot_id": "lot_44cce97730",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:27:35 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#28
print
>>> [attempt 2] incident inc_3f286f9dbb3a open, waiting on containment…
#30
req 15
sleep
deadline=1776763662.967214254
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_3f286f9dbb3a"
}
#33
req 16
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_3f286f9dbb3a",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:27:43 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#34
print
>>> [dispatch] attempt 2 failed (crews_unavailable); retrying.
#36
req 18
sleep
deadline=1776763672.989940715
duration=1s
#38
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#40
req 20
connector:http
{
"body_json": {
"lot_id": "lot_44cce97730",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#41
req 20
ok
{
"body": {
"incident_id": "inc_d3dba1ef63c4",
"lot_id": "lot_44cce97730",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:27:53 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#42
print
>>> [attempt 3] incident inc_d3dba1ef63c4 open, waiting on containment…
#44
req 22
sleep
deadline=1776763682.972219524
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_d3dba1ef63c4"
}
#47
req 23
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_d3dba1ef63c4",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:28:03 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
print
>>> [dispatch] attempt 3 failed (crews_unavailable); retrying.
#50
req 25
sleep
deadline=1776763685.972104080
duration=2s
#52
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#54
req 27
connector:http
{
"body_json": {
"lot_id": "lot_44cce97730",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#55
req 27
ok
{
"body": {
"incident_id": "inc_fda325ff18c7",
"lot_id": "lot_44cce97730",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:28:06 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#56
print
>>> [attempt 4] incident inc_fda325ff18c7 open, waiting on containment…
#58
req 29
sleep
deadline=1776763691.865983417
duration=2s
#60
req 30
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_fda325ff18c7"
}
#61
req 30
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_fda325ff18c7",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 09:28:12 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#62
print
>>> [dispatch] attempt 4 failed (dispatch_service_down); retrying.
#64
req 32
sleep
deadline=1776763697.900999818
duration=3s
#66
print
>>> [dispatch] lot lot_44cce97730 abandoned after 4 attempts; last attempt: dispatch_service_down.
#68
DONE
worker=worker-21e2ee2e-76c9-409e-8726-d7472a723d18