diff --git a/lib/sidekiq/processor.rb b/lib/sidekiq/processor.rb index 91464ac7..0bb52802 100644 --- a/lib/sidekiq/processor.rb +++ b/lib/sidekiq/processor.rb @@ -145,7 +145,7 @@ module Sidekiq Marshal.load(Marshal.dump(ary)) end - # If an exception, the block passed to this method will be retried up to max_retries times. + # If an exception occurs in the block passed to this method, that block will be retried up to max_retries times. # All exceptions will be swallowed and logged. def retry_and_suppress_exceptions(max_retries = 2) retry_count = 0