mjsteger
mjsteger
The fix for this is, as you suggest, to set a flag variable and deal with the logging outside the trap context([like so](https://github.com/mjsteger/aws-flow-ruby/commit/831766813fd9008d96e70fd291bbb3c14fe364f5)). I've made a pull request which in...
@ben-mays Can you provide the code you are using to run the worker/activity_worker/starter? I was getting a similar issue where I'd get `DecisionTaskStarted` but never `DecisionTaskCompleted`, and the workflow would...
The first chunk in your commit is definitely addressing an oversight in the code, which should be resolved. Second chunk also seems pretty reasonable way to manually set up the...
Uh, I'm not sure precisely what you mean. Could you provide an example? It's not expected that you cannot use the error_handler to handle errors in async activities with exponential...
Looks like [this](https://github.com/aws/aws-flow-ruby/blob/master/aws-flow/lib/aws/decider/task_poller.rb#L180) is causing the error, as task can be nill if the poll is empty, and then it will ask for #activity_type on a nil object, getting the...
We're still looking into this issue. Just to be sure we're looking in the right place, you have a simple activity which simply puts, and you have a workflow which...
So, as per the docs, it absolutely should work with number_of_forks_per_worker set to 0. I'll address that in my fork shortly. If this is currently a blocker for you (though...
Yeah, definitely seeing the same behavior. I see that you have a fix on your branch, which looks like the right approach. I'm going to cherrypick that and add a...
Not yet, just created a PR for it. Not sure how long it'll take for a response, so you may want to consider going off my git branch/forking it yourself....
@jcavalieri I'm not able to replicate the problem you were seeing with layered/buried futures. Would it be possible to post the workflow history and workflow/activity definitions that caused you to...