#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": 1776766920.0,
"lot_id": "lot_3145c8100f",
"weight_kg": 962.0
},
"headers": {
"content-length": "95",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:22:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [dispatch] lot lot_3145c8100f at 962 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_3145c8100f",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#9
req 4
ok
{
"body": {
"incident_id": "inc_b2c5256d53f7",
"lot_id": "lot_3145c8100f",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:22:05 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
print
>>> [attempt 1] incident inc_b2c5256d53f7 open, waiting on containment…
#12
req 6
sleep
deadline=1776766933.085047958
duration=2s
#14
req 7
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_b2c5256d53f7"
}
#15
req 7
ok
{
"body": {
"crew_eta_seconds": 0.63,
"incident_id": "inc_b2c5256d53f7",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:22:13 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#16
req 8
sleep
deadline=1776766945.963854573
duration=2s
#18
req 9
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_b2c5256d53f7"
}
#19
req 9
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_b2c5256d53f7",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:22:26 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#20
print
>>> [dispatch] attempt 1 failed (crews_unavailable); retrying.
#22
req 11
sleep
deadline=1776766958.131052507
duration=1s
#24
print
>>> [attempt 2] calling fire-dispatch to roll a containment crew…
#26
req 13
connector:http
{
"body_json": {
"lot_id": "lot_3145c8100f",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#27
req 13
ok
{
"body": {
"incident_id": "inc_820c391ec6ef",
"lot_id": "lot_3145c8100f",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:22:38 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#28
print
>>> [attempt 2] incident inc_820c391ec6ef open, waiting on containment…
#30
req 15
sleep
deadline=1776766971.116751025
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_820c391ec6ef"
}
#33
req 16
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_820c391ec6ef",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:22:51 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#34
print
>>> [dispatch] attempt 2 failed (crews_unavailable); retrying.
#36
req 18
sleep
deadline=1776766981.871097153
duration=1s
#38
print
>>> [attempt 3] calling fire-dispatch to roll a containment crew…
#40
req 20
connector:http
{
"body_json": {
"lot_id": "lot_3145c8100f",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#41
req 20
ok
{
"body": {
"incident_id": "inc_626ab8e80d08",
"lot_id": "lot_3145c8100f",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:23:00 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#42
print
>>> [attempt 3] incident inc_626ab8e80d08 open, waiting on containment…
#44
req 22
sleep
deadline=1776766989.009457319
duration=2s
#46
req 23
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_626ab8e80d08"
}
#47
req 23
ok
{
"body": {
"crew_eta_seconds": 2.43,
"incident_id": "inc_626ab8e80d08",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:23:08 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#48
req 24
sleep
deadline=1776766994.978268853
duration=2s
#50
req 25
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_626ab8e80d08"
}
#51
req 25
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_626ab8e80d08",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:23:15 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#52
print
>>> [dispatch] attempt 3 failed (crews_unavailable); retrying.
#54
req 27
sleep
deadline=1776767005.907683666
duration=2s
#56
print
>>> [attempt 4] calling fire-dispatch to roll a containment crew…
#58
req 29
connector:http
{
"body_json": {
"lot_id": "lot_3145c8100f",
"priority": "normal"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#59
req 29
ok
{
"body": {
"incident_id": "inc_d89ffccf8d87",
"lot_id": "lot_3145c8100f",
"priority": "normal"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:23:26 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#60
print
>>> [attempt 4] incident inc_d89ffccf8d87 open, waiting on containment…
#62
req 31
sleep
deadline=1776767014.093140388
duration=2s
#64
req 32
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_d89ffccf8d87"
}
#65
req 32
ok
{
"body": {
"crew_eta_seconds": 2.43,
"incident_id": "inc_d89ffccf8d87",
"priority": "normal",
"status": "pending"
},
"headers": {
"content-length": "97",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:23:34 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#66
req 33
sleep
deadline=1776767025.050867621
duration=2s
#68
req 34
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_d89ffccf8d87"
}
#69
req 34
ok
{
"body": {
"error_kind": "crews_unavailable",
"incident_id": "inc_d89ffccf8d87",
"message": "dispatch failed: crews_unavailable",
"retryable": true,
"status": "failed"
},
"headers": {
"content-length": "149",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:23:46 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#70
print
>>> [dispatch] attempt 4 failed (crews_unavailable); retrying.
#72
req 36
sleep
deadline=1776767034.154584201
duration=3s
#74
print
>>> [dispatch] lot lot_3145c8100f abandoned after 4 attempts; last attempt: crews_unavailable.
#76
DONE
worker=worker-5879336e-a44f-45a2-ad04-4943fa33f428