| State | FAILED |
|---|---|
| Quota | default |
| Manifest | 981bc09808fedd9d85d3b06c8ad7339b66406b1efc1fe6e2c073caa3087ebc1f |
| Entry override | tirefireind.us/flowmetal-demo/dispatch-fire/dispatch |
| Worker | worker-fb8620ae-a35b-4eee-910d-dc8f08858416 |
| Inbox HWM | 0 |
| Error | Traceback (most recent call last): File <builtin>, in <module> * main.star:31, in _dispatch_impl lot_resp = unwrap(fctx.actions.http("GET", TIRE_REGISTRY + "/lots/next")) error: unwrap: expected Result, got string --> main.star:31:16 | 31 | lot_resp = unwrap(fctx.actions.http("GET", TIRE_REGISTRY + "/lots/next")) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
{
"method": "GET",
"url": "http://tire-registry.flowmetal.svc.cluster.local:8080/lots/next"
}
{
"body": "{\"lot_id\":\"lot_4539072297\",\"weight_kg\":353,\"condition\":\"flaming\",\"discovered_at\":1776751080}",
"body_json": {
"condition": "flaming",
"discovered_at": 1776751080.0,
"lot_id": "lot_4539072297",
"weight_kg": 353.0
},
"headers": {
"content-length": "92",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 05:58:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}