boulderopalscaleup.runtime.Runtime.run

Runtime.run(manifest)

Bind and immediately execute a manifest.

Shorthand for runtime.bind(manifest).run().

Parameters

manifest (Manifest) – The compiled manifest to execute.

Returns

The result of execution, containing output data and timing metadata.

Return type

ExecutableResult

Raises

  • RuntimeError – If the runtime is already closed.
  • ValueError – If the manifest requires a system that has not been registered.

Was this useful?