-
Notifications
You must be signed in to change notification settings - Fork 448
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
Max retries exceeded with url ... oo many 503 error responses #1899
Comments
Hi @amir-bialek
|
Hey @gitta-jfrog
|
|
Hey, Artifactory is running on worker1 , it have plenty of resources. There is no pod-restarts or any special errors, other then:
Which I do see a lot. Looking at Grafana dashboard for pod resources, the CPU and memory are steady, I do not see any jump in the past 5 days.
And I verified in the logs that it received the new Xmx, but it still reproduce the 503. |
Hey, after uploading the new Artifactory with the following:
I do not see the error. but please leave this case open for another 2-3 days so that I can verify the problem is solved by using postgresql |
Great I'm glad you managed to move to PostgreSQL. The use of Artifactory with PostgreSQL will allow you multiple connections to the DB (compare to single connection allowed when using Derby) and that should improve the system behavior. I'll keep this open for the next few days. Thanks |
Is this a request for help?:
Version of Helm and Kubernetes:
1.29
Which chart:
artifactory-cpp-ce 107.77.8
Which product license (Enterprise/Pro/oss):
Community
JFrog support reference (if already raised with support team):
What happened:
Deployed artifactory-cpp-ce helm on on-prem k8s with the following values:
services are accessing conan directly with:
artifactory.default.svc.cluster.local
And I am getting this error too often:
Recently it is happening too many times to ignore
On the logs I see:
I can try to add:
(by default it is set to false)
And / or add postgresql:
And / or add nginx:
And / or update helm to version 107.84.16 , currently it is on 107.77.8
The thing is, all the software team are using this db, so every change will block them..
Also can someone advice what is the use of postgresql in this chart ?
If anyone can help, will appreciate it.
The text was updated successfully, but these errors were encountered: