Manuel Grabowski activity https://gitlab.com/manuelgrabowski 2026-03-17T18:16:30Z tag:gitlab.com,2026-03-17:5214223205 Manuel Grabowski commented on issue #588313 at GitLab.org / GitLab 2026-03-17T18:16:30Z manuelgrabowski Manuel Grabowski

The overall error rate has remained stable since the larger incidents last week had caused big spikes again until initial infrastructure improvements were made to help mitigate:

image

The smaller spikes we saw yesterday and today around noon/afternoon line up with when we still saw increased saturation on our Sidekiq workers. (As well as the even flatter curve on the weekend aligning with less saturation due to generally lower load.) We're engaging with the infra team to understand the timeline for further improvements – one idea being explored was to separate out the CI-related Sidekiq workloads entirely to improve the resiliency. But while this may sound like an obvious solution, there is complexities involved that may count against that approach.


On the application side itself, we're looking into more ways to use caching or pure optimizations to further reduce the amount of I/O operations during config processing, in order to decrease the likelihood of running into the contention issues in the first place, see !227483 for the most current efforts.

Component and project includes are the most common usage patterns we see for the namespaces that are most affected. We've been mostly optimizing for component includes in our application-level efforts recently, and will begin looking into project includes next, based on what we've learned.


Finally, the increase of the GITLAB_CI_CONFIG_FETCH_TIMEOUT_SECONDS value has not actually taken effect yet – environment variables are a bit of an outdated pattern for adjusting something like this on GitLab.com, this one was mostly added to allow self-managed users to tune this value. I expect the increase to take effect within the next 24 hours. Hopefully Sidekiq remains stable as through the last few days, so we can more easily gauge the effect of the change. If it does cause a notable drop in error frequency and no other adverse effects, we can consider temporarily raising it even further.

tag:gitlab.com,2026-03-17:5214136543 Manuel Grabowski commented on merge request !226481 at GitLab.org / GitLab 2026-03-17T17:51:28Z manuelgrabowski Manuel Grabowski

Thanks @ddieulivol – not sure if I wouldn't even consider that an upside. Imo it's a bit of an antipattern to reference a non-static URL for content that is (mainly) static. Not that I don't see your perspective, but the flipside of it is that you forget this include even exists and then when changing it you break the pipeline that includes it. (Although this particular included file does have a comment that addresses this.)

Yes, using a versioning (aka published) component would be even better – and we did indeed recently add caching for those as well. (Also behind a flag and caching might actually not even be the most efficient solution there, but either way – that fact that a published component version references an immutable git tag makes things a lot easier for any optimizations we're playing with.)

So I think in the bigger picture we should definitely try and get rid of any remote includes in the GitLab pipeline config. I was just happy that we even had one, as it would allow us testing the opt-in caching we built. 😅

tag:gitlab.com,2026-03-17:5214087616 Manuel Grabowski commented on merge request !218441 at GitLab.org / GitLab 2026-03-17T17:36:58Z manuelgrabowski Manuel Grabowski

@sxuereb No worries, it's a pretty busy time for all of us I think. 😄 I'll let @furkanayhan answer your clarifying questions when he has a moment.


As for the question from Slack a while back: "How many private groups (ideally top-level-groups) use any public component and what is that percentage?"

Apparently the answer is… three. 👀

I remember Dov mentioning in the past that private component usage was much higher than public, but… that seems extreme. @furkanayhan @fabiopitino Do you think that can make sense?

tag:gitlab.com,2026-03-17:5214033460 Manuel Grabowski commented on merge request !226925 at GitLab.org / GitLab 2026-03-17T17:22:18Z manuelgrabowski Manuel Grabowski

If we need a tie-breaker, I'd also vote for Marcel's suggestion. While the MVC does indeed only create a CI-focused pipeline, I think the branding should win – as José said, we've traditionally not really made this distinction in similar situations.

tag:gitlab.com,2026-03-17:5213990297 Manuel Grabowski pushed to project branch main at gl-demo-ultimate-mgrabowski / Test Project 2026-03-17T17:11:30Z manuelgrabowski Manuel Grabowski

Manuel Grabowski (4f193946) at 17 Mar 17:11

Update .gitlab-ci.yml file

tag:gitlab.com,2026-03-17:5213988507 Manuel Grabowski pushed to project branch main at gl-demo-ultimate-mgrabowski / Test Project 2026-03-17T17:11:02Z manuelgrabowski Manuel Grabowski

Manuel Grabowski (b2d11ef3) at 17 Mar 17:11

Update .gitlab-ci.yml file

tag:gitlab.com,2026-03-17:5213977726 Manuel Grabowski pushed to project branch main at gl-demo-ultimate-mgrabowski / Test Project 2026-03-17T17:08:12Z manuelgrabowski Manuel Grabowski

Manuel Grabowski (7d9e8c63) at 17 Mar 17:08

Update .gitlab-ci.yml file

tag:gitlab.com,2026-03-17:5213930725 Manuel Grabowski pushed new project branch mg-silly-demo-20260317 at GitLab.org / GitLab 2026-03-17T16:56:46Z manuelgrabowski Manuel Grabowski

Manuel Grabowski (e7965ee4) at 17 Mar 16:56

Save actual config fetch duration after final timeout check

tag:gitlab.com,2026-03-17:5213391229 Manuel Grabowski commented on issue #584573 at GitLab.org / GitLab 2026-03-17T15:01:12Z manuelgrabowski Manuel Grabowski

Thanks @arnaudr, much appreciated – I saw your commit here earlier, that's when we decided to revert.

We'll have to verify the original report again, right now I was actually not able to reproduce the behavior so it may be something specific to certain environments or configurations.

tag:gitlab.com,2026-03-17:5213358129 Manuel Grabowski pushed to project branch main at gl-demo-ultimate-mgrabowski / Test Project 2026-03-17T14:55:05Z manuelgrabowski Manuel Grabowski

Manuel Grabowski (caab93fa) at 17 Mar 14:55

Update .gitlab-ci.yml file

tag:gitlab.com,2026-03-17:5212640621 Manuel Grabowski commented on epic #6044 at GitLab.org 2026-03-17T12:34:19Z manuelgrabowski Manuel Grabowski

Ah, right – seeing the steps list locked me into thinking too technical, so I skipped a bit over the existing proposal. A project setting sounds like a fairly cheap first step we could take. If we'd want it enabled by default, we'd have to make sure to expose it via API so that people who automate project creation and rely on the old behavior could easily avoid breaking their workflows. We could consider splitting up the suggested Phase 1 even further and just start with an opt-in setting.

tag:gitlab.com,2026-03-17:5212332558 Manuel Grabowski commented on merge request !221852 at GitLab.org / GitLab 2026-03-17T11:22:35Z manuelgrabowski Manuel Grabowski

To be documented in the future via #593134

tag:gitlab.com,2026-03-17:5212328468 Manuel Grabowski commented on merge request !221852 at GitLab.org / GitLab 2026-03-17T11:21:40Z manuelgrabowski Manuel Grabowski

"Pipeline Builder Agent" (without "AI" at the start)

I'd be in favor of that, yes. @veethika @csaez-ext @dhershkovitch Any concerns?

tag:gitlab.com,2026-03-17:5212274650 Manuel Grabowski commented on epic #6044 at GitLab.org 2026-03-17T11:09:26Z manuelgrabowski Manuel Grabowski

Thanks Furkan, in light of the recent Sidekiq issues this is a good perspective.

The late processing of workflow rules also came up with CI/CD Pipeline with inputs ignores workflow rules (gitlab#574807) recently, so I had already been thinking about it a bit – how early can we meaningfully parse them? Variables have to be resolved already given that most people use variables for their rules – so we would need to integrate it into step 12 somehow? Or split up and reorganize step 12?