Skip to content

Skip saving audit log if the new async user deletion worker is used

Imre Farkas requested to merge if-373138-remove_duplicate_audit_logging into master

What does this MR do and why?

With the new async user deletion workflow, the audit event creation happens in EE::Users::MigrateRecordsToGhostUserService.

Because of that EE::Users::DestroyService should skip this step when the user_destroy_with_limited_execution_time_worker feature flag is enabled.

Note: user_destroy_with_limited_execution_time_worker feature flag is enabled on .com.

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/366655.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Imre Farkas

Merge request reports