Skip to content

Added Bootsnap cache preloading to gitlab-task-runner

Gerard Hickey requested to merge feature/1361_enable_bootsnap into master

This MR is related to gitlab-org/charts/gitlab!1056 (merged). Neither will prevent the other from working. This change just allows the Bootsnap cache to be preloaded when the container starts rather than waiting until the first execution of the Rails console. At the cost of approx 40 seconds at the start of the container.

Merge request reports