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

Method CountActiveSessionBindings

internal/task/interfaces.go:169–169  ·  view source on GitHub ↗
(ctx context.Context, sessionID string)

Source from the content-addressed store, hash-verified

167 ListTaskRuns(ctx context.Context, query RunQuery) ([]Run, error)
168 ListTaskRunsByStatus(ctx context.Context, statuses []RunStatus) ([]Run, error)
169 CountActiveSessionBindings(ctx context.Context, sessionID string) (int, error)
170 ClaimNextRun(ctx context.Context, criteria ClaimCriteria) (ClaimResult, error)
171 HeartbeatRunLease(ctx context.Context, heartbeat LeaseHeartbeat) (Run, error)
172 ReleaseRunLease(ctx context.Context, release LeaseRelease) (Run, error)

Callers 2

AttachRunSessionMethod · 0.65

Implementers 1

GlobalDBinternal/store/globaldb/global_db.go

Calls

no outgoing calls

Tested by 1