Not sure if this has been considered, but what about: ``` ActiveSupport::Notifications.notifier = ActiveSupport::Notifications::Fanout.new ``` This clears out all subscriptions and is probably faster and more robust than the existing implementation.