-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Crashes/502 error when act runner is running #33777
Comments
Is it a public instance? |
Its technically private but It is exposed. You can view it here: You can just refresh the page couple times to see it 502. Don't need to even sign up to see the problem |
From your log, I didn't see any "ERROR" log. And Gitea itself doesn't respond 502 (it only responds 500 if internal error occurs) Could you try to |
And, is it 100% related to "when act runner is running"? For example: when no runner, no 502, when runner starts, then randomly 502? |
Yes, when i stop the git runner, it works fine. Been using it for a long while now and wanted to include act runner now which is why i'm getting this issue. I did get this issue on an older version, upgrade since i assumed it was a version issue which was not the case. I can disable it now if you want to view the site with the 502? |
Hmm, that's quite strange. If it is surely related to the runner, then maybe we need to figure more details. So let's keep the runner running:
I can see that even some simple static files are also responded as 502 randomly (for example: |
Odd, i redirected the webpage in Kubernetes to expose it directly as well and it seems to not be crashing at all now only when talking directly with it. I am a bit confused since i do see events show up in Gitea when it crashes when going through the cloudflare link. I think the issue may be on my ingress possibly but not 100% sure. Will investigate a bit further to make sure the act runner is still connected while i changed the service since this may not be connected correctly (hence the lack of crashing) |
Description
If i have a act runner connected to my gitea, the gitea (or cloudflare, not 100% sure tbh) returns a 502 error. I am unable to pull any packages while act runner is connected and the webpage randomly crashes a few seconds. Below is the full list of all the info i can think of.
Logs from Gitea Monitor/stack page:
gitea-diagnosis-20250303-112721.zip
Logs from console output:
console-log-output.txt
View on resources on kubernetes:



Gitea Version
1.23.4
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
1.23.4
Operating System
Arm64-Kubernetes (k3s)-Linux
How are you running Gitea?
Environment:
Version:
Deployment YAML for Gita:
deployment-yaml.txt
Database
SQLite
The text was updated successfully, but these errors were encountered: