Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
fix async with exponential retry
Browse files Browse the repository at this point in the history
  • Loading branch information
curzonj committed Aug 20, 2015
1 parent aaa64fc commit 92f5bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-flow/lib/aws/decider/generic_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def _retry_with_options(lambda_to_execute, retry_function, retry_options, args =
if failure.nil?
output.set(result)
else
raise failure if retry_options.return_on_start
output.set(nil)
end
end
Expand Down

0 comments on commit 92f5bf2

Please # to comment.