#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": 1776776040.0,
"lot_id": "lot_507228b713",
"weight_kg": 82.0
},
"headers": {
"content-length": "94",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:54:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_507228b713 at 82 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_507228b713",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_f7298868a074",
"lot_id": "lot_507228b713",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:54:02 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_f7298868a074 open, waiting on containment…
#12
req 6
sleep
deadline=1776776052.914825341
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_f7298868a074"
}
#15
req 7
ok
{
"body": {
"crew_eta_seconds": 0.26,
"incident_id": "inc_f7298868a074",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:54:13 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
req 8
sleep
deadline=1776776061.030633520
duration=2s
#18
req 9
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_f7298868a074"
}
#19
req 9
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_f7298868a074",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:54:21 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#20
print
>>> [dispatch] attempt 1 failed (crews_unavailable); retrying.
#22
req 11
sleep
deadline=1776776065.906976651
duration=1s
#24
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#26
req 13
connector:http
{
"body_json": {
"lot_id": "lot_507228b713",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#27
req 13
ok
{
"body": {
"incident_id": "inc_921876c9a02c",
"lot_id": "lot_507228b713",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:54:26 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#28
print
>>> [attempt 2] incident inc_921876c9a02c open, waiting on containment…
#30
req 15
sleep
deadline=1776776071.985779244
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_921876c9a02c"
}
#33
req 16
err
source=connector
HTTP 503
{
"body": {
"detail": "dispatch board flickering"
},
"error_kind": "http_status",
"headers": {
"content-length": "38",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:54:32 GMT",
"server": "uvicorn"
},
"status": 503.0
}
#34
FAILED
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1