Skip to content
  • Igor Drozdov's avatar
    Deduplicate ProjectImportSchedule until it's executed · b41533ad
    Igor Drozdov authored
    Multiple duplicated workers cause issues with locks:
    
    https://gitlab.com/gitlab-org/gitlab/-/issues/390729
    
    It makes sense to deduplicate the worker until it's executed and
    reschedule one just after it's finished if deduplication
    happened once
    
    EE: true
    Changelog: fixed
    b41533ad