Skip to content

Move API group deletion to Sidekiq

Stan Hu requested to merge sh-move-delete-groups-api-async-ee into master

Many SQL queries are necessary to delete a group, and this can trigger the QueryLimiter limits. With enough projects, this deletion can time out after 60 seconds.

This is necessary to QueryLimiter failures in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18609.

Edited by Stan Hu

Merge request reports