You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
buggregator-1 | 2024-11-13T14:20:02+0000 ERROR service.centrifuge wait {"error": "exit status 1"}
Version (rr --version)
The buggregator docker image is
ghcr.io/buggregator/server:1.11.3
The dockerfile at that commit has ARG ROAD_RUNNER_IMAGE=2023.3.7 so I presume the version of roadrunner is
2023.3.7
How to reproduce the issue?
I can reproduce the ERROR service.centrifuge wait {"error": "exit status 1"} when I simulate heavy CPU contention (as happens during the start of services with docker compose) with the --cpus flag, e.g. docker run --cpus=0.1 ghcr.io/buggregator/server:1.11.3
So far I have not been able to reproduce the panic.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
No duplicates 🥲.
What happened?
Although this is a failure of a buggregator instance, it looks like its entirely in roadrunner, so I'm filing it here.
I'm running a bunch of services with a docker compose, including a spiral application, buggregator, jaeger, nginx, etc.
I've been encountering startup issues with buggregator, and I've now even gotten a panic.
The panic is:
Before this there were repeated logs of
Version (rr --version)
The buggregator docker image is
The dockerfile at that commit has
ARG ROAD_RUNNER_IMAGE=2023.3.7
so I presume the version of roadrunner isHow to reproduce the issue?
I can reproduce the
ERROR service.centrifuge wait {"error": "exit status 1"}
when I simulate heavy CPU contention (as happens during the start of services with docker compose) with the--cpus
flag, e.g.docker run --cpus=0.1 ghcr.io/buggregator/server:1.11.3
So far I have not been able to reproduce the panic.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: