Skip to content

Defer project destroys within a namespace in Groups::DestroyService#async_execute

Stan Hu requested to merge sh-fix-project-destroy-in-namespace into master

Group#destroy would actually hard-delete all associated projects even though the acts_as_paranoia gem is used, preventing Projects::DestroyService from doing any work.

We first noticed this while trying to log all projects deletion to the Geo log.

Merge request reports