Skip to content

worker prints empty newlines #33

@JuliusNmn

Description

@JuliusNmn

Checklist

Describe the bug
The y-redis script keeps printing empty newlines, 1 every second, forever

worker-1          | using s3 store
y-redis-server-1  | using s3 store
worker-1          | 
worker-1          | 
y-redis-server-1  | 
worker-1          | 
worker-1          | 
worker-1          | 
worker-1          | 
worker-1          | 
worker-1          | 
worker-1          | 

To Reproduce
I'm starting y-redis through docker compose, like this:

y-redis-server:
    build: ./y-redis
    ports:
      - "3002:3002"
    command: node ./bin/server.js --no-colors
    env_file: .env
    depends_on:
      - minio
      - redis-server
    networks:
      - app-network
  worker:
    build: ./y-redis
    command: node ./bin/worker.js --no-colors
    env_file: .env
    depends_on:
      - minio
      - redis-server
    networks:
      - app-network
      

Expected behavior
Logs should

Screenshots
If applicable, add screenshots to help explain your problem.

Environment Information
y-redis 0.1.6
Docker version 27.2.0, build 3ab4256

Additional context
Add any other context about the problem here.

  • I'm a sponsor 💖
  • This issue is a blocker for my project.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions