[refs #510] Remove fork and import dj queues
This commit is contained in:
parent
526bdbe60f
commit
216b0da98e
|
@ -2,7 +2,7 @@
|
|||
Capistrano::Configuration.instance(:must_exist).load do
|
||||
namespace :delayed_job do
|
||||
def dj_queues
|
||||
%w(fork import hook default)
|
||||
%w(hook default)
|
||||
end
|
||||
|
||||
def rails_env
|
||||
|
|
Loading…
Reference in New Issue