Remove split_refresh_worker_notify_about_push feature flag

Summary

Remove the split_refresh_worker_notify_about_push feature flag and make the async NotifyAboutPushWorker the default code path for sending push notifications on merge requests.

Changes

  • Removed Feature.enabled?(:split_refresh_worker_notify_about_push) conditional in MergeRequests::RefreshService
  • Deleted the feature flag YAML definition
  • Updated specs to reflect the async worker as the only code path

Closes #580785 (closed)

Merge request reports

Loading