Re: [Rails] Re: Problem with resque; parent process doesn't die

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 12:37 AM, Nilesh wrote: > What if I explicitly exit process(using Process.exit(0)) in FooJob#perform > after line Bar.add_jobs? No as that will kill your child processes as they start. You should take a look at Parents and Children as well as the Signals section of the R

[Rails] Re: Problem with resque; parent process doesn't die

2011-04-17 Thread Nilesh
What if I explicitly exit process(using Process.exit(0)) in FooJob#perform after line Bar.add_jobs? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe f