Skip to content
  • Krasimir Angelov's avatar
    Add batched migrations parallel limit setting · 39c8eea3
    Krasimir Angelov authored
    Use application setting to configure the limit of batched migrations
    executed in parallel, instead of using hard-coded value.
    
    Update the setting to 4 for GitLab.com, to match  the currently used
    hard-coded value, use a default of 2 for other instances.
    
    https://gitlab.com/gitlab-org/gitlab/-/issues/372316
    
    Changelog: added
    39c8eea3