[Backgroundrb-devel] Recommended start order when deploying with Capistrano...
Ezra Zygmuntowicz
ezmobius at gmail.com
Sun Aug 20 23:02:15 EDT 2006
On Aug 20, 2006, at 7:37 PM, Brett Walker wrote:
> When deploying with Capistrano, what's the recommended start ordering
> for BackgrounDRb?
>
> mongrel_stop
> backgroundrb_restart
> mongrel_start
>
> - or -
>
> mongrel_restart
> backgroundrb_restart
>
> - or -
>
> backgroundrb_restart
> mongrel_restart
>
>
> Or does it matter?
>
> Cheers,
> Brett
Brett-
You need to start the drb server before the mongrels start or
restart. The drb server needs to be running when rails boots up so
the MiddleMan can conect to the drb server
-Ezra
More information about the Backgroundrb-devel
mailing list