On Feb 26, 2007, at 8:55 AM, Phlip wrote:
> > Jamis Buck wrote: > >> Do you mean, which task should they go in? I'm afraid I can't really >> help you there, without knowledge of your application. Why are you >> hard-coding RAILS_ENV to development, for instance? > > Sorry to mislead the newbies; the site is simply not in production > yet. Pay those no mind. > >> ...What is the absolute >> latest in the deployment cycle that the backgrounddrb stuff can >> safely not be running? > > Just before a user hits the site. > > -- > Phlip > http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!! > Philip- I always run my backgroundrb start script in a task called before_restart. This way the bdrb daemon starts right before your mongrels do. Cheers- -- Ezra Zygmuntowicz -- Lead Rails Evangelist -- [EMAIL PROTECTED] -- Engine Yard, Serious Rails Hosting -- (866) 518-YARD (9273) --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
