Unescape filenames from manifests. refs #1849
[arvados.git] / services / api / app / models / job.rb
index 3ef52164d203ddf732a04560e051cf65fc49a7e5..f69212f946be783bc34900b0d7ace49b2b115c75 100644 (file)
@@ -158,8 +158,8 @@ class Job < ArvadosModel
 
   def trigger_crunch_dispatch_if_cancelled
     if @need_crunch_dispatch_trigger
-      File.open(Rails.configuration.crunch_dispatch_hup_trigger, 'wb') do
-        # That's all, just create a file for crunch-dispatch to see.
+      File.open(Rails.configuration.crunch_refresh_trigger, 'wb') do
+        # That's all, just create/touch a file for crunch-job to see.
       end
     end
   end