Start scheduler only once.
This commit is contained in:
parent
bce9152836
commit
b6161c8f0c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue