@karmaniverous/jeeves-watcher
    Preparing search index...

    Class SystemHealth

    Tracks system health via consecutive failure count and exponential backoff.

    Index

    Constructors

    Accessors

    Methods

    • Record a system-level failure. If maxRetries is exceeded, triggers fatal error.

      Parameters

      • error: unknown

        The error that occurred.

      Returns boolean

      Whether the watcher should continue (false = fatal).