aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/imports.rake
blob: 6bc84acc817664ce334a3d95ecc7cbd542d609d9 (plain)
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