-
Notifications
You must be signed in to change notification settings - Fork 792
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
Actions artifact upload stalls when using self hosted runners #623
Comments
Hi is there any resolution to this. Ironically version 3 even though was slow, works. Please provide some steps to debug this in case v4 has to be used |
Please let us know if this is still occurring, and if it still does, could you please try with
|
FWIW, after about two months I've started running workflows again on self-hosted runners. The same worksflows that ran completely fine during most of 2024 are now basically unable to successfully complete because a large fraction of the jobs (probably around 1/5 jobs) are failing during upload-artifact. The more common case is
I've change the workflow to set
for every invocation of upload-artifact hope that this would at least help the jobs to finish. However, I'm now running into
It takes more than one hour to try and upload the artifact. |
@mhx please give
a try instead of increasing the timeout. If you increase the timeout, you will run into long upload time if the problem isn't with the network layer. |
Doesn't seem to make much of a difference; at least, there are still cases like this:
|
What happened?
When uploading artifacts using self hosted runners, artifacts gets stalled with below error
What did you expect to happen?
Artifacts are uploaded in less than a minute
How can we reproduce it?
I am running self hosted action runner using the image below. Upload an artifact with 500000 files which in total size is less than 100MB. It times out with the above error.
image: actions-runner:2.319.1
Run the same in ubuntu managed runner, it works
Anything else we need to know?
No response
What version of the action are you using?
2.319.1
What are your runner environments?
self-hosted, linux
Are you on GitHub Enterprise Server? If so, what version?
No response
The text was updated successfully, but these errors were encountered: