# File lib/new_relic/agent/worker_loop.rb, line 64
      def keep_running?
        @should_run && under_duration? && under_limit?
      end