fix(jobs): set JobCreateInput.inputs to None at enqueue_at call site #25

Merged
mik-tf merged 1 commit from development_mik_s81_jobcreateinput_inputs into development 2026-05-09 04:03:56 +00:00
Owner

See home#230 c-31194 for the s81 sweep ledger.

Class C workspace-skew unblock per the s81 source-build axis.

See [home#230 c-31194](https://forge.ourworld.tf/lhumina_code/home/issues/230#issuecomment-31194) for the s81 sweep ledger. Class C workspace-skew unblock per the s81 source-build axis.
Upstream hero_proc OpenRPC client added a required `inputs` field on
`JobCreateInput` (`Option<HashMap<String, serde_json::Value>>`). The
hero_codescalers_server enqueue_at constructor at jobs.rs:260 was
missing it, blocking the source build.

Includes regenerated `crates/hero_codescalers_server/openrpc.client.generated.rs`
picked up from the upstream openrpc spec advance (autogen, per D-03
"never edit auto-generated files; fix at generator layer").

Note: `hero_codescalers_server` still fails on a separate axum 0.8
`Handler` trait-bound at main.rs:199 (`rpc_handler` signature). That is
a different fix tracked for s82.

Closes the s81 sweep ctor failure on hero_codescalers (binary fixed; server
binary remains red on the axum 0.8 issue per
[home#230 c-31194](lhumina_code/home#230 (comment))).

Signed-off-by: mik-tf
mik-tf merged commit b954149d2b into development 2026-05-09 04:03:56 +00:00
mik-tf deleted branch development_mik_s81_jobcreateinput_inputs 2026-05-09 04:03:56 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_codescalers!25
No description provided.