Jordan Curzon
Jordan Curzon
Is there any way to make the resulting file executable by piping to sh? Some tools use the following style command for running scripts and it would be really nice...
Due to https://github.com/aws/aws-flow-ruby/blob/master/aws-flow/lib/aws/decider/generic_client.rb#L100 https://github.com/aws/aws-flow-ruby/blob/master/aws-flow/lib/aws/decider/activity.rb#L107 https://github.com/aws/aws-flow-ruby/blob/master/aws-flow/lib/aws/decider/generic_client.rb#L149 If you try to use send_async on a task configured for exponential_retry, if it still fails after retry, the error will be swallowed and your...
We have a code base with lots of activities and the register_activity_type gets [rate limited which causes the worker to crash](https://gist.githubusercontent.com/curzonj/b8788c2a35a26714ead5/raw/43f061f8ecfcc9d4f6bcf7208bddce74988a9a5a/gistfile1.txt). We need an option for workers to not register...
exceptions_to_retry doesn't work right now [This method](https://github.com/aws/aws-flow-ruby/blob/master/aws-flow/lib/aws/decider/options.rb#L305) seems to be completely ignored in favor of [this method](https://github.com/aws/aws-flow-ruby/blob/master/aws-flow/lib/aws/decider/async_retrying_executor.rb#L127) which uses exceptions_to_include instead.
# Feature request ### Route `GET /characters/{character_id}/planets/{planet_id}/` ### Use case `qty_per_cycle` in the extractor details, appears to currently return a value that is 5/9ths of the quantity in the outgoing...