Added delayed_job as new background queue manager.
This commit is contained in:
parent
5fb0bc2444
commit
b0c9580b53
6 changed files with 56 additions and 1 deletions
5
script/delayed_job
Executable file
5
script/delayed_job
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
|
||||
require 'delayed/command'
|
||||
Delayed::Command.new(ARGV).daemonize
|
||||
Loading…
Add table
Add a link
Reference in a new issue