aws-flow-ruby
aws-flow-ruby copied to clipboard
ARCHIVED
…cts ancestry for exclusion.
Fixes #31. This makes sure that we don't kill the worker process during a long poll. This will allow the long poll to complete, finish any task returned by the...
I've updated the docs for S3DataConverter and also made some incidental fixes so that the docs will build cleanly with YARD.
… {result: true} to return a future. This doesn't match the code which uses {get_result: true}.
Fixes problem noted in #100, and adds a test for the same. Cleans up the tests and splits them, allowing all the unit tests to be run without credentials(this is...
This will allow worker.json to define the logging preferences. ``` { "activity_workers":[ { "logger":{ "path":"/tmp/foo.log", "level":0 } } ] } ```
I rather rescue the exception, since checking the status of the process would probably introduce another race condition.
There was a MissingCredentials error in the poller while aws sdk was getting temporary creds from IAM. But that was not caught. I think the right way would be to...
If an exception is hit when a fork is attempted (such as ENOMEM) in order to work an activity then the main process will exit. The worker service will continue...
This fixes #126, in which Future is resolved to java.util.concurrent.Future in JRuby.