lib/job-iteration/throttle_enumerator.rb in job-iteration-1.2.0 vs lib/job-iteration/throttle_enumerator.rb in job-iteration-1.3.0

- old
+ new

@@ -1,6 +1,7 @@ # typed: true # frozen_string_literal: true + module JobIteration # ThrottleEnumerator allows you to throttle iterations # based on external signal (e.g. database health). # @example # def build_enumerator(_params, cursor:)