lib/right_chimp/queue/QueueWorker.rb in right_chimp-1.1.3 vs lib/right_chimp/queue/QueueWorker.rb in right_chimp-2.0

- old
+ new

@@ -28,13 +28,9 @@ sleep @delay else sleep 1 end - # - # the rest_connection gem raises RuntimeErrors so we need to - # rescue Exception here - # rescue Exception => ex Log.error "Exception in QueueWorker.run: #{ex}" Log.debug ex.inspect Log.debug ex.backtrace