Job starts with minute delay

I setup my own runner which always has okay/online health status in ci/cd panel, but somehow time between job created and job started is usually 30-60 seconds. Also shared runners disabled.

the same issue happens to me. my own gitlab runner. do not see any reason of this. earlier it started immediatelly.

My problem was solved by setting check_interval = 1 in gitlab runner config.toml

1 Like

I have this same problem. Tried with check_interval = 1, but that didn’t help. Using gitlab.com and an own runner in my kubernetes cluster. Can’t figure out why the job isn’t picked up faster.