Browse Source

Start scheduler only once.

Martin Edenhofer 9 years ago
parent
commit
b6161c8f0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/scheduler.rb

+ 1 - 1
script/scheduler.rb

@@ -7,7 +7,7 @@ require 'daemons'
 dir = File.expand_path(File.join(File.dirname(__FILE__), '..'))
 
 daemon_options = {
-  multiple: true,
+  multiple: false,
   dir_mode: :normal,
   dir: File.join(dir, 'tmp', 'pids'),
   backtrace: true