MCPcopy Create free account
hub / github.com/compozy/agh / FailRunLease

Method FailRunLease

internal/task/interfaces.go:79–79  ·  view source on GitHub ↗
(ctx context.Context, failure LeaseFailure, actor ActorContext)

Source from the content-addressed store, hash-verified

77 BulkForceFailRuns(ctx context.Context, req BulkForceRunRequest, actor ActorContext) (BulkForceRunResult, error)
78 CompleteRunLease(ctx context.Context, completion LeaseCompletion, actor ActorContext) (*Run, error)
79 FailRunLease(ctx context.Context, failure LeaseFailure, actor ActorContext) (*Run, error)
80 CompleteRun(ctx context.Context, runID string, result RunResult, actor ActorContext) (*Run, error)
81 FailRun(ctx context.Context, runID string, failure RunFailure, actor ActorContext) (*Run, error)
82 CancelRun(ctx context.Context, runID string, req CancelRun, actor ActorContext) (*Run, error)

Implementers 2

Serviceinternal/task/manager.go
StubTaskManagerinternal/api/testutil/task_stub.go

Calls

no outgoing calls