Displaying 1 result from an estimated 1 matches for "mp3worker".
Did you mean:
mp3_worker
2007 Feb 05
1
Deploying with capistrano issue. Resolution !
...rt it again on the remote server
########
[current]$ script/backgroundrb stop
[current]$ script/backgroundrb start
[current]$ script/backgroundrb console
irb: warn: can''t alias jobs from irb_jobs.
irb(#<BackgrounDRb::MiddleMan:0xb7c13ed0>):001:0> loaded_worker_classes
=> ["Mp3Worker", "FlvWorker"]
i DID find however that the following worked. seems i HAVE to be in
the current directory in order for it to start properly. maybe this
will help in tracking down the issue?
desc "Restart BackgrounDrb"
task :restart_backgroundrb, :roles => :app do...