2008/11/13 Per Melin <[EMAIL PROTECTED]>: > > If I run Merb in console mode and Merb::Config[:reap_workers_quickly] > is false (i.e. the environment is not 'development' or I'm running a > cluster) I get this every time a worker is killed: > > ^C ~ Reaping Workers > merb : worker (port 4000) ~ Worker Thread Crashed with Exception: > - (RuntimeError)
What does your app do in run_later? Something crashes worker that handles delayed tasks. -- MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
