-
Notifications
You must be signed in to change notification settings - Fork 296
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
Non-functional deployment with helm chart #562
Comments
Hi! AMPQ makes me think it's about network connectivity between RabbitMQ and container performing migration. |
Hello,
But I've got now these messages:
Last time I tested to make these migrations and it stucks |
Such a message tells that all the migrations are already applied |
Hello @iskhakov , I don't have any other issue except the migration one (so that's not one), but the oncall-engine pod keeps restarting I also just noticed this error: |
Faced same issue. I found that smb had removed net.core.somaxconn property for docker-compose #84. I removed env |
Hello,
I tried to deploy Oncall with helm chart (on a managed Kubernetes cluster, via ArgoCD), using the built-in Mysql.
I am seeing problems as the database migration jobs are not going through:
amqp.exceptions.AccessRefused: (0, 0): (403) ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.
When I did the tests based on the provided docker-compose, I had the same problem.
Here is an extract from the values file:
What could be the cause of this problem?
The text was updated successfully, but these errors were encountered: