> What does your app do in run_later? Something crashes worker that > handles delayed tasks.
I don't use run_later. I also tried on a freshly generated app just to be sure. The stack trace starts at worker.rb:17. This is line 15-17 from worker.rb: if Merb::Dispatcher.work_queue.empty? @worker.thread.abort_on_exception = false @worker.thread.raise So work_queue is empty. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
