Delete project events before the project
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/346169 **Problem** We delete events via cascade delete. But it leads to a higher chance of the statement timeout error for `DELETE FROM project` query. **Solution** Delete events before the project in a separate statement to avoid a query timeout. Changelog: added
Showing
Please register or sign in to comment