Expand description
Multi-apparatus job delivery: sign, POST, accept, outbox.
Local jobs stay on the local queue. Jobs aimed at a registered remote
apparatus are signed by the person principal and delivered to that device’s
control_base_url (POST /api/fleet/jobs). Failures land in a durable
outbox for retry. Unknown targets still fail closed.
Structs§
Constants§
Functions§
- accept_
fleet_ job_ envelope - Accept a signed fleet job on this apparatus (HTTP handler body).
- deliver_
or_ queue_ remote_ job - Deliver a job to a remote apparatus, or queue to outbox on failure.
- list_
remote_ outbox - retry_
remote_ outbox - Retry undelivered outbox entries (best-effort).
- signing_
payload - Canonical bytes signed by the person principal.