Job blocked in Pending state for a long time

Description of the issue

Since the last update of our on-premise gitlab, we are encountering issues on CI. Jobs are blocked for a long time in Pending state. After about 40 minutes the job is starting normally.

Logs

In the gitlab-runner logs, we can see this message a lot of time:

Mar 31 12:51:41 gitlab-runner-dc1-01 gitlab-runner[555]: #033[0;33mWARNING: Submitting job to coordinator... failed  #033[0;m  #033[0;33mcode#033[0;m=-1 #033[0;33mjob#033[0;m=179895 #033[0;33mjob-status#033[0;m= #033[0;33mrunner#033[0;m=1uLmZ5ho #033[0;33mstatus#033[0;m=couldn't execute PUT against https://xxx.xxx.xx/gitlab/api/v4/jobs/179895: Put https://xxx.xxx.xx/gitlab/api/v4/jobs/179895: EOF #033[0;33mupdate-interval#033[0;m=0s
Mar 31 12:52:41 gitlab-runner-dc1-01 gitlab-runner[555]: #033[0;33mWARNING: Submitting job to coordinator... failed  #033[0;m  #033[0;33mcode#033[0;m=-1 #033[0;33mjob#033[0;m=179895 #033[0;33mjob-status#033[0;m= #033[0;33mrunner#033[0;m=1uLmZ5ho #033[0;33mstatus#033[0;m=couldn't execute PUT against https://xxx.xxx.xx/gitlab/api/v4/jobs/179895: Put https://xxx.xxx.xx/gitlab/api/v4/jobs/179895: EOF #033[0;33mupdate-interval#033[0;m=0s

Version

  • GitLab (Hint: /help): 13.10.0
  • Runner (Hint: /admin/runners): 13.10.0

On my browser

After logging to gitlab, I can reach the API on https://forge.deverywa.re/gitlab/api/v4/projects.

I am not able to reach https://forge.deverywa.re/gitlab/api/v4/jobs (404 not found).

Is-it normal ?