ericabouaf / aws-swf

Node.js helpers to access the Amazon SWF API
MIT License
74 stars 40 forks source link

Add behavior for polling error recovery, fix tests #47

Closed ejlangev closed 4 years ago

ejlangev commented 8 years ago

Added new polling options for retrying after errors rather than dying forever. Added a new event for when retrying stops because of too many errors. Fixed tests that were failing locally and added a new one for the error behavior.