• Nick Thomas's avatar
    Make the repository read-only while running cleanup · 6a3b8eab
    Nick Thomas authored
    We want to perform some potentially-racy actions on the repository, so
    we need to make it read-only while they run to rule out any chance of
    data loss.
    
    Ideally, Gitaly would be able to enforce the read-only status itself,
    but we really need mandatory praefect before we can do it there.
    6a3b8eab
repository_cleanup_worker_spec.rb 1.97 KB