• Stan Hu's avatar
    Add a GitLab Geo download scheduler for LFS files · 9f449d21
    Stan Hu authored
    The download scheduler works as follows:
    
    1. Load a batch of IDs that we need to download from the primary (DB_RETRIEVE_BATCH) into a pending list.
    2. Schedule them so that at most MAX_CONCURRENT_DOWNLOADS are running at once.
    3. When a slot frees, schedule another download.
    4. When we have drained the pending list, load another batch into memory, and schedule the remaining files, excluding ones in progress.
    5. Quit when we have scheduled all downloads or exceeded an hour.
    9f449d21
gitlab.yml.example 26.2 KB