watchdog

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package watchdog bounds silent runtime invocations. It decorates any runtime.Runtime, so the same policy applies to local and remote providers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runtime

type Runtime struct {
	// contains filtered or unexported fields
}

Runtime cancels an invocation that emits no events for idleTimeout.

func New

func New(under runtime.Runtime, idleTimeout time.Duration) *Runtime

New wraps under with a per-invocation silence deadline. A non-positive timeout disables the deadline while retaining the runtime wrapper.

func (*Runtime) Dispatch

func (r *Runtime) Dispatch(ctx context.Context, spec runtime.RunSpec) (runtime.Run, error)

Dispatch implements runtime.Runtime.

func (*Runtime) Name

func (r *Runtime) Name() string

Name implements runtime.Runtime.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL