Issue #8785 has been updated by Michael Stahnke. Status changed from Merged - Pending Release to Closed Assignee set to Matt Robinson
Fixed in 1.2rc6. Commit 4ef96b6 and commit 0bfbbf6 ---------------------------------------- Bug #8785: delayed_job workers exit silently https://projects.puppetlabs.com/issues/8785 Author: Rob Braden Status: Closed Priority: Normal Assignee: Matt Robinson 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.
