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

Method ExpireTaskBlocks

internal/daemon/scheduler_runtime.go:328–334  ·  view source on GitHub ↗
(
	ctx context.Context,
	now time.Time,
	actor taskpkg.ActorContext,
)

Source from the content-addressed store, hash-verified

326}
327
328func (s schedulerTaskSource) ExpireTaskBlocks(
329 ctx context.Context,
330 now time.Time,
331 actor taskpkg.ActorContext,
332) (taskpkg.ExpireTaskBlocksResult, error) {
333 return s.manager.ExpireTaskBlocks(ctx, now, actor)
334}
335
336func (s schedulerTaskSource) GetRunStatus(
337 ctx context.Context,

Callers

nothing calls this directly

Calls 1

ExpireTaskBlocksMethod · 0.65

Tested by

no test coverage detected