• Michael Kozono's avatar
    Treat registry as SSOT for LFS · e523b67a
    Michael Kozono authored
    FileDownloadDispatchWorker looks only at the registry table
    for things that have never been synced.
    
    In order for the counts to be correct, we have to distinguish
    between "never synced" and "failed" with "retry_count" being
    "nil" for the former and "not nil" for the latter.
    
    Feature flag is "geo_lfs_registry_ssot_sync".
    e523b67a
lfs_object_registry_finder_spec.rb 30.8 KB