Make Gitlab::PagesTransfer possible to call async
When we rename a project, we call Gitlab::PagesTransfer to move any pages directory on disk. This makes it convenient to use that class through Sidekiq instead, so that Puma no longer needs access to Pages NFS mounts.
Showing
Please register or sign in to comment