Data-Consumer
view release on metacpan or search on metacpan
lib/Data/Consumer.pm view on Meta::CPAN
How to tell if processing failed while handling the item.
How this argument is interpreted depends on the L<Data::Consumer>
subclass involved.
=item max_passes => $num_or_undef
Normally C<consume()> will loop through the data set until it is
exhausted. By setting this parameter you can control the maximum number
of iterations, for instance setting it to C<1> will result in a single
pass through the data per invocation. If C<0> (or any other false value)
is treated as meaning "loop until exhausted".
=item max_processed => $num_or_undef
Maximum number of items to process per invocation.
If set to a false value there is no limit.
=item max_failed => $num_or_undef
( run in 1.141 second using v1.01-cache-2.11-cpan-f03e8824b8d )