Move script/delayed_job to bin/delayed_job.
This has been the recommended location since Rails 4.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
|
||||
require 'delayed/command'
|
||||
Delayed::Job.connection.execute "set statement_timeout=0"
|
||||
Delayed::Command.new(ARGV).daemonize
|
||||
Reference in New Issue
Block a user