Skip to content
  • Krasimir Angelov's avatar
    Convert to one batched migrations execution worker per database · fd044c2e
    Krasimir Angelov authored
    This is needed so that when we switch to parallelizing execution using
    the limited capacity worker, the job tracker tracks running jobs per
    database, and not have max_running_jobs limit shared between all
    databases.
    
    Found this while working on
    https://gitlab.com/gitlab-org/gitlab/-/merge_requests/104027.
    
    Related to https://gitlab.com/gitlab-org/gitlab/-/issues/372316.
    fd044c2e