Steve Alexander
Steve Alexander
just a note that I'm using this branch, and haven't experienced problems with it yet
I'd like to register a busy_timeout of say 50ms, and make the callback something like the following. ```dart enum BusyHandlerResult { noAdditionalAttempts, additionalAttempt } BusyHandlerResult busyHandler(int numberOfPreviousAttempts) { return numberOfPreviousAttempts...
Did anything happen with this? I'm developing with aws-flow-ruby in a mixed windows/mac/linux environment, and disappointed that running workers / deciders on Windows doesn't work straightforwardly. I'll look at using...
I'm seeing the same thing. I have a proposal for a syntax for this, however I realize that this would be a breaking change. The proposal is to make the...