Displaying 8 results from an estimated 8 matches for "jerrod".
Did you mean:
jarrod
2007 Feb 05
3
Deploying to production with backgroundrb (capistrano)
...ad. identical
command. different (and upredictable) results.
how would i go about ensuring that when i deploy that backgroundrb
restarts properly? ideally i will only be restarting backgroundrb
when i have model changes or worker class changes that would affect
it''s operation.
Jerrod Blavos
ph. 919.341.0143
fx. 482.492.5009
jerrod at indierockmedia.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070205/1463d282/attachment-0001.html
2006 Oct 27
8
Error after moving to production server
so i have an after_create method on my track model that kicks off a
background process that converts an mp3 to a swf.
this is working fine locally on my machine, but upon moving it to my
production server, i am getting the following error. I''ve only been
using backgroundRB for like 48 hours, so i''m not really sure what
this means or where to go. any ideas?
2013 Mar 04
2
Creating 3d partial dependence plots
...extracting them from the partialPlot output to no
avail. I've seen these plots used several times in articles, and I think
they would help me a great deal looking at interactions. Could someone
provide a coding example using randomForest and rgl? It would be greatly
appreciated.
Thank you,
Jerrod Parker
[[alternative HTML version deleted]]
2006 Dec 19
0
BackgrounDRb after restarting server
...nil:NilClass
when i try to get the status of a worker after backgroundrb has been
restarted using a job key saved in the DB. how do i get around this?
i know the process is nonexistent, but shouldnt it return something
more friendly if it doesnt exist? am i forgetting something? Thanks!
-Jerrod
Jerrod Blavos
ph. 919.341.0143
fx. 482.492.5009
jerrod at indierockmedia.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20061219/703c9598/attachment.html
2007 Feb 05
1
Deploying with capistrano issue. Resolution !
...rly. maybe this
will help in tracking down the issue?
desc "Restart BackgrounDrb"
task :restart_backgroundrb, :roles => :app do
run "cd #{current_path} && script/backgroundrb stop"
run "cd #{current_path} && script/backgroundrb start"
end
Jerrod Blavos
ph. 919.341.0143
fx. 482.492.5009
jerrod at indierockmedia.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070205/44e360df/attachment-0001.html
2006 Dec 20
0
backgrounDRb + mongrel_upload_progress
...d_progress is nice is that
rails does the thread locking which ties up the whole process does
MERB avoid this problem? would merb be a good way to go? what i have
is a situation where i know there will be a lot of file uploads, so
being ready for this is important.
ideas? tips?
Thanks!
-Jerrod
2006 Dec 19
0
mongrel_upload_progress + upload.rb +background (daemon?)
...ntation or examples for.
the lib/upload.rb doesnt seem to want to run in the background.
perhaps im doing something wrong?
Does anyone have any experience deploying this sort of setup using
capistrano? how would i start/stop/restart the upload server?
any tips/idea are greatly appreciated.
-jerrod
2009 Apr 29
3
Mongrel_rails will not autostart
Hi,
I''m running a ubuntu 8.04.2 LTS server. Using ruby 1.8.6 and Rails 2.0.2
I added the mongrel_rails start -d -c /app/ to the /etc/rc.local
sofar so good..
Mongrel will start but will log
Missing the rails 2.0.2 gem. Please ''gem install -v=2.0.2 .....
and then terminate
When I log onto the the console I can start mongrel_rails and it will
locate the right gems
any ideas