We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
dmonad
No branches or pull requests
Checklist
Describe the bug
The y-redis script keeps printing empty newlines, 1 every second, forever
To Reproduce
I'm starting y-redis through docker compose, like this:
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.
The text was updated successfully, but these errors were encountered: