Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

worker prints empty newlines #33

Open
2 of 4 tasks
JuliusNmn opened this issue Oct 24, 2024 · 0 comments
Open
2 of 4 tasks

worker prints empty newlines #33

JuliusNmn opened this issue Oct 24, 2024 · 0 comments
Assignees
Labels

Comments

@JuliusNmn
Copy link

JuliusNmn commented Oct 24, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants