# File lib/new_relic/agent/worker_loop.rb, line 72
      def under_limit?
        @limit.nil? || @iterations < @limit
      end