LocalLauncher

Contents

Attention

This project is still in an early phase of development.

The python API is not yet stable, and some aspects of the schema for the blueprint and workplan will likely evolve. Therefore whilst you are welcome to try out using the package, we cannot yet guarantee backwards compatibility. We expect to reach a more stable version in 2026.

LocalLauncher#

class cstar.orchestration.launch.local.LocalLauncher(*args, **kwargs)#

Bases: Launcher[LocalHandle]

A launcher that executes steps in a local process.

Methods

LocalLauncher.cancel(item)

Cancel a task, if possible.

LocalLauncher.check_preconditions()

Perform launcher-specific startup validation.

LocalLauncher.handle_klass()

Return the type used by the launcher instance for managing tasks.

LocalLauncher.launch(step, dependencies)

Launch a step in local process.

LocalLauncher.query_status(item)

Retrieve the status of an item.

LocalLauncher.update_status(item)

Query and update the status for a running task.

Attributes

LocalLauncher.tasks

LocalLauncher.use_proxy