Skip to content

fix(enterprise): alerts get-settings command hangs/times out #318

@joshrotenberg

Description

@joshrotenberg

Problem

The enterprise alerts get-settings command hangs and eventually times out.

Steps to Reproduce

redisctl enterprise alerts get-settings

# Command hangs indefinitely or times out

Expected Behavior

Should return the alert settings configuration for the cluster.

Likely Causes

  1. Incorrect endpoint path
  2. Handler implementation issue
  3. The endpoint might not exist in the current API version

Investigation Needed

  • Verify the correct endpoint path in Redis Enterprise API docs
  • Check if the endpoint exists: redisctl api enterprise get /v1/cluster/alerts/settings
  • Review the handler implementation

Acceptance Criteria

  • Command returns alert settings without hanging
  • Proper error message if endpoint doesn't exist
  • Add integration test for this command

Part of #315

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions