aws-swf icon indicating copy to clipboard operation
aws-swf copied to clipboard

Node.js helpers to access the Amazon SWF API

Results 13 aws-swf issues
Sort by recently updated
recently updated
newest added

I noticed that after long idle of a few hours, both activity worker and decider stop processing requests. The requests are submitted to SWF, but they aren't processed. I was...

decisionTask.eventList.failed(activityId) returns false when this activityId is in fact failed. I tried to trace the code through the debugger, and the way it is implemented right now, activityIdFor in event-list.js...

SignalExternalWorkflowExecution

enhancement