Skip to content

Check for Background-Hang-Monitor opts in multi-process #26088

@gterzian

Description

@gterzian

In single-process mode, we only start a BHM if the options has been set:

if opts::get().background_hang_monitor {

But we don't perform this check before starting the BHM in multi-process mode:

let background_hang_monitor_register =

I think we should. The same opts is available there as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-constellationInvolves the constellationC-assignedThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions