Skip to content

[FEATURE] Having a hook to trigger when network issue. #25429

@Pierre-Mike

Description

@Pierre-Mike

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

when network is bad having a hook for any person that have they wifi cut off while working god to get a notification for example.

the match could be on the retry nb.

Proposed Solution

"NetworkRetry": [
      {
        "matcher": "retry*5",
        "hooks": [
          {
            "type": "command",
            "command": "say 'network error' "
          }
        ]
      },

Alternative Solutions

none

Priority

Low - Nice to have

Feature Category

CLI commands and flags

Use Case Example

I lost my internet I get notify.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststaleIssue is inactive

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions