Skip to content

Health monitor interval not unref'd — keeps process alive #45

@rohitg00

Description

@rohitg00

Problem

The 30s health check interval is not .unref()'d, meaning it keeps the Node.js process alive even if nothing else does. The DedupMap correctly uses .unref() on its cleanup timer.

Location

src/health/monitor.ts:78

Suggested Fix

Add .unref() to the health monitor interval.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinglowLow priority

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions