diff --git a/api/src/health.controller.ts b/api/src/health.controller.ts index 8817873a5..2b0f8d735 100644 --- a/api/src/health.controller.ts +++ b/api/src/health.controller.ts @@ -28,7 +28,7 @@ export class HealthController { this.microservice.pingCheck('redis', { transport: Transport.REDIS, options: { - host: `redis://${queueConfig.host}`, + host: `${queueConfig.host}`, port: parseInt(`${queueConfig.port}`), }, }),