CHANGES.txt in bluth-0.7.0 vs CHANGES.txt in bluth-0.7.2

- old
+ new

@@ -1,6 +1,26 @@ BLUTH, CHANGES +#### 0.7.2 (2011-04-10) ############################### + +* FIXED: Bluth::TimingBelt.notch now caches notches by absolute time (not just HH:MM) +* CHANGE: Gracefully rescue Errno::ECONNREFUSED and try to reconnect +* ADDED: Bluth::Worker.reconnect! +* ADDED: Bluth::Worker.onerror + + +#### 0.7.1 (2011-03-06) ############################### + +* FIXED: replace-worker command now always grabs the oldest worker + and gracefully exits when there's no workers. +* CHANGE: Bluth::Gob objects have a ttl of 2 hours (up from 1) +* CHANGE: Bluth::Worker.interval is now 1 sec (down from 2) +* CHANGE: Default queuetimeout is now 30 seconds (down from 30) +* ADDED: Bluth::Worker processes now handle USR1 and USR2 signals + for enabling/disabling debugging and increasing/decreasing + Bluth.queuetimeout (respectively) + + #### 0.7.0 (2011-03-04) ############################### * ADDED: backtrace field to Bluth::Gob * ADDED: Bluth::TimingBelt * ADDED: Bluth::Queue.queues/entry_queues include TimingBelt queues