Project import/export cleanup can block Sidekiq work
In gitlab-com/infrastructure#1918, we saw a number of issues with ImportExportCleanUpService
:
- Multiple instances (3) can run simultaneously for the same service
- The
Popen.popen
forfind
may block the thread until Sidekiq completes
/cc: @jameslopez
Edited by Stan Hu