drmrbrewer
drmrbrewer
Then I just see the following suggestion that there is a newer version available:  Seems to me that the versioning is all a bit messed up.
It's not competely clear to me either. Does an operation time out based on this `timeout` setting only when it is waiting in the queue (one of `queue.size`), and not...
@githubsaturn re the message: > ******* Warning ******* Default CapRover is compiled for X86 CPU. To use CapRover on > other CPUs you can build from the source code you...
@wodCZ I really appreciate the reply. There does seem to be something spamming the `docker compose logs -f` output... small sample below... sentry-self-hosted-post-process-forwarder-1 | 11:43:51 [INFO] batching-kafka-consumer: Worker flush took...
As for `docker stats -a`, there are a few major CPU hogs: CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS c2b394f89938 sentry-self-hosted-nginx-1...
And there does seem to be quite a bit left over even after running `docker compose down -v`: ~/sentry/self-hosted# docker compose down -v [+] Running 7/0 ⠿ Volume sentry-self-hosted_sentry-secrets Removed...
I cleared out all unused volumes with `docker volume prune`, then did a fresh install, and this time indeed it didn't have any memory of any previous user. And sure...
@aminvakil it's a fair question but I don't think it could just be due to a surge in traffic. Traffic is normally around 5 requests per second, and wouldn't go...
@afaianswq interesting... I don't know enough about redis to understand how far this changes the redis setup from its default? Is this setup something that the Sentry team could safely...
@OrKoN rather than the absolute path, here it is as a relative path: src: url('../../.fonts/NotoColorEmoji/NotoColorEmoji-Regular.ttf') format('truetype'); And yes, this relative path is correct: # ls -al ../../.fonts/NotoColorEmoji/NotoColorEmoji-Regular.ttf -rw-r--r-- 1 root...