1 2 3 4 5 6
namespace :import do desc "Notify parent imports when children finish" task notify_parent: :environment do ParentImportNotifier.notify_when_finished end end