Skip to content

fix: improve Redis and health check reliability - #12

Merged
AlexKalll merged 1 commit into
iCog-Labs-Dev:devfrom
samiyonas:fix/redis-health-check
Aug 16, 2026
Merged

AlexKalll merged 1 commit into
iCog-Labs-Dev:devfrom
samiyonas:fix/redis-health-check

Conversation

@samiyonas

Copy link
Copy Markdown

Summary

  • Authenticate the BullMQ Redis connection using the configured Redis URL.
  • Remove the external docs.nestjs.com request from the application health check.
  • Update health-check tests to cover only application dependencies.

Why

BullMQ was connecting to the password-protected Redis instance without authentication,
resulting in NOAUTH Authentication required errors when it issued Redis commands.

The health endpoint also depended on docs.nestjs.com, causing the API to report
unhealthy when external DNS/connectivity was unavailable.

Both changes make the development environment more reliable without changing the
application's core functionality.

@AlexKalll

Copy link
Copy Markdown
Collaborator

That is correct patching, Thank you

@AlexKalll
AlexKalll merged commit 07d6f6c into iCog-Labs-Dev:dev Aug 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants