← console

job e844de7d-bb5c-4e51-8494-2c7c15b3a12e

StateDONE
Quotaflowmetal-demo
Manifesta796f6b4c0cff3f02b688625d30e8c8d50604d8a5686571fa7d91ec8c38c2de4
Entry overridetirefireind.us/flowmetal-demo/dispatch-fire/dispatch
Workerworker-21e2ee2e-76c9-409e-8726-d7472a723d18
Inbox HWM0

Log

#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
#13 req 6 ok
null
#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
#17 req 8 ok
null
#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
#23 req 11 ok
null
#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
#31 req 15 ok
null
#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
#37 req 18 ok
null
#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
#45 req 22 ok
null
#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
#51 req 25 ok
null
#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
#59 req 29 ok
null
#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
#65 req 32 ok
null
#66 print >>> [dispatch] lot lot_44cce97730 abandoned after 4 attempts; last attempt: dispatch_service_down.
#68 DONE worker=worker-21e2ee2e-76c9-409e-8726-d7472a723d18