What should I check first when RabbitMQ fails?
A failure needs to be narrowed down before settings are changed or operations retried. Which evidence best separates application errors from environment and dependency problems?
ReadMeFeed / Community knowledge
Real questions. Useful conversations. Find the people who know your stack.
A failure needs to be narrowed down before settings are changed or operations retried. Which evidence best separates application errors from environment and dependency problems?
A failure needs to be narrowed down before settings are changed or operations retried. Which evidence best separates application errors from environment and dependency problems?
A performance change should improve the measured workload without sacrificing correctness or wasting capacity. Which measurements and bottlenecks should be considered first?
#25 3.990 × python setup.py egg_info did not run successfully. #25 3.990 │ exit code: 1 #25 3.990 ╰─> [1 lines of output] #25 3.990 error in anyjson setup command: use_2to3 is invalid. #25 3.990 [end of output] This is a common error which the most common solution to is to downgrade setuptools to below version 58. This was not working for me. I tried inst
I'm trying to push my first docker image to ECR. I've followed the steps provided by AWS and things seem to be going smoothly until the final push which immediately times out. Specifically, I pass my aws ecr credentials to docker and get a "login succeeded" message. I then tag the image which also works. pushing to the ecr repo I get no error message, just t
I am using Prisma with Postgres. I need to use $queryRaw for a particular query due to use of unsupported tsvector type in the underlying table. In this query, I also need to use an 'in' statement where the items in the 'in' list need to be parameterised.. I have tried this const ids = [41, 55] const result = await prisma.$queryRaw`select * from users where
I'm trying to use NodePort with kind but somehow it doesn't want to work. I've successfully deployed the following cluster: apiVersion: kind.x-k8s.io/v1alpha4 kind: Cluster nodes: - role: control-plane extraPortMappings: - containerPort: 80 hostPort: 30000 listenAddress: "0.0.0.0" # Optional, defaults to "0.0.0.0" protocol: tcp # Optional, defaults to tcp -
I am completely new to Docker and Linux Subsystem on Windows [Ubuntu 22.04.1], which requires changing the CPU and RAM used in Docker, and I'm trying resolve a Parallel Computing on Windows Problem ; however, as noted in the troubleshooting guide and on the Docker Settings' Advanced suboption in Resources, I need to change the .wslconfig file: I followed Adv
Compare suitability, operational responsibilities and limits before choosing this technology for a project. Which trade-offs should guide the decision?
commented · 13 Dec 2021, 22:30 UTC