On Mon, Jan 24, 2011 at 4:17 PM, Daniel Berger <[email protected]> wrote:
> So, it looks like 2 processes there, 9330 and 9331. The latter has the > former as its parent pid. > Looks exactly how it should. One is shell, the other one is ruby that it invoked. > On Mon, 2011-01-24 at 15:03 -0700, Daniel Berger wrote: > > > Not that I can see. We do have multiple watchers setup that are > pointing > > > at the same project but different branches. > Accessing the same database and/or some other resource(s), I presume? I'd bet that's the problem. To fix it, you want to configure CC.rb to serialize builds (i.e., make it so that only one build is running at any given time). There is a commented out setting for this in the site_config.rb, you just need to find and uncomment it. --Alex
_______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
