fix rescue scheduler space error
This commit is contained in:
		
							parent
							
								
									d089822ff3
								
							
						
					
					
						commit
						ed06be93d6
					
				|  | @ -10,7 +10,7 @@ development_gid = '' | ||||||
|     w.group   = 'resque' |     w.group   = 'resque' | ||||||
|     w.interval = 30.seconds |     w.interval = 30.seconds | ||||||
|     w.env       = {"QUEUE"=>"critical,high,low", "RAILS_ENV"=>rails_env} |     w.env       = {"QUEUE"=>"critical,high,low", "RAILS_ENV"=>rails_env} | ||||||
|     w.start     = "HOME= #{user_home} QUEUE=* RAILS_ENV=#{rails_env} rake -f #{rails_root}/Rakefile resque:scheduler" |     w.start     = "HOME=#{user_home} QUEUE=* RAILS_ENV=#{rails_env} rake -f #{rails_root}/Rakefile resque:scheduler" | ||||||
| 
 | 
 | ||||||
|     w.uid = (rails_env == 'production' )? "root" : development_uid |     w.uid = (rails_env == 'production' )? "root" : development_uid | ||||||
|     w.gid = (rails_env == 'production' )? "root" : development_gid |     w.gid = (rails_env == 'production' )? "root" : development_gid | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue