public
Description: Utilities and Algorithms for Distributed Processing.
Homepage:
Clone URL: git://github.com/mperham/politics.git
politics / History.rdoc
100644 32 lines (17 sloc) 0.802 kb

Changelog

0.2.5 (2009-02-04)

  • Gracefully handle MemCache::MemCacheErrors. Just sleep until memcached comes back.

0.2.4 (2009-01-28)

  • Reduce leader token expiration time to discourage a get/set race condition. (Brian Dainton)

0.2.3 (2009-01-12)

  • Fix invalid result check in previous change. (Brian Dainton)

0.2.2 (2009-01-07)

  • Fix invalid leader? logic in TokenWorker which could allow two workers to become leader at the same time. (Brian Dainton)

0.2.1 (2008-11-04)

  • Cleanup and prepare for public release for RubyConf 2008.
  • Election Day. Politics. Get it? Hee hee.

0.2.0 (2008-10-24)

  • Remove BucketWorker based on initial feedback. Add StaticQueueWorker as a more reliable replacement.

0.1.0 (2008-10-07)

  • Add BucketWorker and TokenWorker mixins.