#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": 1776757560.0,
"lot_id": "lot_1b2b4eadde",
"weight_kg": 3917.0
},
"headers": {
"content-length": "96",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:46:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_1b2b4eadde at 3917 kg, condition 'smoldering' — priority urgent.
#6
print
>>> [attempt 1] calling fire-dispatch to roll a containment crew…
#8
req 4
connector:http
{
"body_json": {
"lot_id": "lot_1b2b4eadde",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_9d63c01b8825",
"lot_id": "lot_1b2b4eadde",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:46:05 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_9d63c01b8825 open, waiting on containment…
#12
req 6
sleep
deadline=1776757575.309075296
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_9d63c01b8825"
}
#15
req 7
ok
{
"body": {
"error_kind": "dispatch_service_down",
"incident_id": "inc_9d63c01b8825",
"message": "dispatch failed: dispatch_service_down",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "157",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:46:15 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
print
>>> [dispatch] attempt 1 failed (dispatch_service_down); retrying.
#18
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#20
req 10
connector:http
{
"body_json": {
"lot_id": "lot_1b2b4eadde",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#21
req 10
ok
{
"body": {
"incident_id": "inc_64c466f9b9ce",
"lot_id": "lot_1b2b4eadde",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:46:23 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#22
print
>>> [attempt 2] incident inc_64c466f9b9ce open, waiting on containment…
#24
req 12
sleep
deadline=1776757596.547935326
duration=2s
#26
req 13
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_64c466f9b9ce"
}
#27
req 13
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_64c466f9b9ce",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:46:36 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#28
print
>>> [dispatch] attempt 2 failed (crews_unavailable); retrying.
#30
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#32
req 16
connector:http
{
"body_json": {
"lot_id": "lot_1b2b4eadde",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#33
req 16
ok
{
"body": {
"incident_id": "inc_e1f8651f7b99",
"lot_id": "lot_1b2b4eadde",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:46:41 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#34
print
>>> [attempt 3] incident inc_e1f8651f7b99 open, waiting on containment…
#36
req 18
sleep
deadline=1776757614.528870633
duration=2s
#38
req 19
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_e1f8651f7b99"
}
#39
req 19
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_e1f8651f7b99",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:46:54 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#40
print
>>> [dispatch] attempt 3 failed (crews_unavailable); retrying.
#42
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#44
req 22
connector:http
{
"body_json": {
"lot_id": "lot_1b2b4eadde",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#45
req 22
ok
{
"body": {
"incident_id": "inc_bf7987346e46",
"lot_id": "lot_1b2b4eadde",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:47:00 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#46
print
>>> [attempt 4] incident inc_bf7987346e46 open, waiting on containment…
#48
req 24
sleep
deadline=1776757627.902713710
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_bf7987346e46"
}
#51
req 25
ok
{
"body": {
"error_kind": "fire_escalated",
"incident_id": "inc_bf7987346e46",
"message": "dispatch failed: fire_escalated",
"retryable": false,
"status": "failed"
},
"headers": {
"content-length": "144",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 07:47:07 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [dispatch] lot lot_1b2b4eadde terminally lost: fire_escalated.
#54
DONE
worker=worker-734abf63-6a13-474b-bc94-a9395175c562