| 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_c5e84d80bd\",\"weight_kg\":2340,\"condition\":\"engulfed\",\"discovered_at\":1776751058}",
"body_json": {
"condition": "engulfed",
"discovered_at": 1776751058.0,
"lot_id": "lot_c5e84d80bd",
"weight_kg": 2340.0
},
"headers": {
"content-length": "94",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 05:57:38 GMT",
"server": "uvicorn"
},
"status": 200.0
}