On 5 March 2013 17:34, r.yeo <[email protected]> wrote: > I am not seeing any queueing, but perhaps I am not looking in the right > place. At most I am seeing 1 pending task, but typically all systems go is > the only thing the registers in Dashboard. Also in dashboard I > occasionally see this - > > /usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/validations.rb:1101:in > `save_without_dirty!' > /usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/dirty.rb:87:in > `save_without_transactions!' > /usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/transactions.rb:200:in > `save!' > /usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:136:in > `transaction' > /usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/transactions.rb:182:in > `transaction' > /usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/transactions.rb:200:in > `save!' > /usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/transactions.rb:208:in > `rollback_active_record_state!' > /usr/share/puppet-dashboard/vendor/rails/activerecord/lib/active_record/transactions.rb:200:in > `save!' /usr/share/puppet-dashboard/app/models/report.rb:117:in > `create_from_yaml' /usr/share/puppet-dashboard/app/models/report.rb:90:in > `create_from_yaml_file' > But I haven't mentioned it because I assumed it was unrelated and another > thing I needed to look at it later (still might be). > > Should I be looking in other places on the master to show long queues?
You should probably check using the command "passenger-status" instead of looking at the pending tasks in dashboard, that will show very different things. Pending tasks in dashboard is not really relevant for this. -- Erik Dalén -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
