Issues Uploading Artifacts

Since today all our builds are failing when uploading artifacts. One of my jobs finishes and uploads a 245mb artifact. My second job tries to upload a slightly larger artifact 700mb. When doing this after a few minutes it throws the following error.

WARNING: Uploading artifacts as “archive” to coordinator… 524 id=6460329749 responseStatus=524 status=524 token=glcbt-65

6009WARNING: Retrying… context=artifacts-uploader error=invalid argument

6010WARNING: Uploading artifacts as “archive” to coordinator… 524 id=6460329749 responseStatus=524 status=524 token=glcbt-65

6011WARNING: Retrying… context=artifacts-uploader error=invalid argument

6012WARNING: Uploading artifacts as “archive” to coordinator… 524 id=6460329749 responseStatus=524 status=524 token=glcbt-65

Is there a way to increase the timeout or size allowed?

Versions

Please select whether options apply, and add the version information.

Versions

  • GitLab (Web: /help or self-managed system information):
  • GitLab Runner, if self-hosted (Web /admin/runners or CLI gitlab-runner --version):
    gitlab-runner 15.0.0 (febb2a09)

Hi,

If you’re using GitLab SaaS with your own runners as you wrote, I would advice you to upgrade the version of your Runner to match current GitLab version (16.10.X).

The Maximum artifact size on GitLab SaaS cannot be changed, and according to docs it is 1GB. In your case, there shouldn’t be an issue with artifact size.

1 Like