LemonGateway. Runtime
(lemon_gateway v0.1.0)
View Source
Runtime API for submitting and cancelling gateway runs.
Provides the queue-free execution entry point used by the router plus cancellation helpers for active runs by progress message ID or run ID.
Summary
Functions
Cancels a run identified by its progress message ID within a scope.
Cancels a run identified by its run ID. No-op if the run is not found.
Submits a core execution command to the scheduler.
Functions
Cancels a run identified by its progress message ID within a scope.
Cancels a run identified by its run ID. No-op if the run is not found.
@spec submit_execution(LemonCore.ExecutionCommand.t()) :: :ok
Submits a core execution command to the scheduler.