Issue #8785 has been updated by Matt Robinson. Status changed from Unreviewed to Merged - Pending Release Target version set to 1.2
This was a result of #8748, so that has been reverted. A new fix for #8748 has also gone in as part of commit:652241783cfe8d849ba2e91cb412ff17951a6dba ---------------------------------------- Bug #8785: delayed_job workers exit silently https://projects.puppetlabs.com/issues/8785 Author: Rob Braden Status: Merged - Pending Release Priority: Normal Assignee: Category: Target version: 1.2 Keywords: Branch: Affected URL: Affected Dashboard version: 1.2rc5 Under 1.2rc5, delayed_job workers exit silently if run using the 'script/delayed_job start' command. Nothing is logged in log/delayed_job.log --- # script/delayed_job -p dashboard -n ${CPUS:-2} -m start delayed_job.0: process with pid 17515 started. delayed_job.1: process with pid 17517 started. # script/delayed_job status delayed_job: no instances running --- The worker will start and continue running if you use the 'run' command in place of start. The start command works as expected under 1.2rc4. RHEL 5.5, Ruby EE 1.8.7-2011.03 -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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/puppet-bugs?hl=en.
