stilt.Model.register_pending#
- Model.register_pending(receptors=None, *, scene_id=None)[source]#
Persist model inputs and register one batch of pending work.
This is the output registration boundary shared by local runs, queue-backed workers, and the CLI
stilt registercommand.Registration is idempotent: calling this multiple times with the same receptors does not create duplicate registry entries. The manifest uses an upsert so existing rows are updated in place rather than duplicated.