This patch series should be the last related to queueing, and it looks like they're in their final form.
They essentially add the queue processing daemon itself (puppetqd) and then any additional bits to make things actually work. If you'd like to test queueing out, it's a relatively simple process: * install the stomp and stompserver gems * Check out my refactor/0.24.8/asynchronous_storeconfigs branch * Start stompserver * Start puppetqd (I recommend --verbose --no-daemonize) * Start puppetmasterd with --async_storeconfigs * Run puppetd against the master You should see the catalog get queued by the master and processed by puppetqd, and, of course, you should see the data actually appear in your database. README.queueing | 128 ++++++++++++++++++++++++ bin/puppetqd | 53 ++++++++++ lib/puppet/application/puppetqd.rb | 121 ++++++++++++++++++++++ lib/puppet/defaults.rb | 18 +++- lib/puppet/feature/rubygems.rb | 6 + lib/puppet/feature/stomp.rb | 6 + lib/puppet/indirector/catalog/active_record.rb | 8 +- lib/puppet/indirector/queue.rb | 1 - lib/puppet/util/queue.rb | 14 +-- 9 files changed, 340 insertions(+), 15 deletions(-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
