-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Runner Registration Being Deleted In the Middle of Running Jobs #3748
Comments
Hello! Thank you for filing an issue. The maintainers will triage your issue shortly. In the meantime, please take a look at the troubleshooting guide for bug reports. If this is a feature request, please review our contribution guidelines. |
@wagenet I was also experiencing this problem and the solution I found was to go to version 0.9.0 and it solved my problem. |
@aiell0 are you suggesting downgrading? |
Yes, that's what I had to do unfortunately. |
I have the same problem running in kubernetes mode. Happens on both 0.9.3 and 0.9.0 versions. Container jobs randomly terminate without any obvious reason. |
Any update on this? I'm seeing the same issue but cannot replicate on demand. |
Running into this issue as well on v0.9.3 |
I was running into this as well and it ended up being a node pressure issue. We were consuming all of the available node disk space and so k8s was evicting the runner. |
Checks
Controller Version
0.9.3
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
In the middle of jobs running they often are unexpectedly canceled. The job logs will show a line like
Error: Process completed with exit code 1.
which is often preceded bycontext canceled
. The Workflow Summary Annotations will also contain:In the runner logs we see:
It is very surprising that this happens while jobs are actively running.
Describe the expected behavior
I would expect that runners not lose their registration while actively running jobs.
Additional Context
Controller Logs
Runner Pod Logs
The text was updated successfully, but these errors were encountered: