diff --git a/Rakefile b/Rakefile index 19ec5ae637..58d6918538 100644 --- a/Rakefile +++ b/Rakefile @@ -9,6 +9,7 @@ require 'resque/tasks' # Do not load take tasks when running resque: https://github.com/CartoDB/cartodb/issues/11046 if Rake.application.top_level_tasks.reject { |t| ['environment', 'resque:work'].include?(t) }.empty? CartoDB::Application.paths['lib/tasks'] = [] + load 'lib/tasks/resque.rake' end CartoDB::Application.load_tasks