Skip to content

[Feature]: Allow customization of "Stop Run" signal #10072

Description

@Unturned3

Description

Currently, when you press the "Stop Run" button on the W&B web interface, a SIGINT is sent to the main process of the application that created the W&B run (via wandb.init()). Can this behavior be customized? For instance, changing SIGINT to SIGUSR2 or other custom signals. On compute clusters, SIGINT is already used by SLURM to signal processes. It would be nice if we can customize W&B to use some other signal so these events can be distinguished.

Suggested Solution

Perhaps make wandb.init accept an optional argument that can customize this behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    a:sdkArea: sdk related issuesty:featuretype of the issue is a feature request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions