# File lib/delayed/backend/base.rb, line 114
      def max_attempts
        payload_object.max_attempts if payload_object.respond_to?(:max_attempts)
      end