openaddresses / machine

Scripts for running OpenAddresses on a complete data set and publishing the results.
http://results.openaddresses.io/
ISC License
97 stars 36 forks source link

Handle invalid sequence token response from cloudwatch #783

Closed iandees closed 3 years ago

iandees commented 3 years ago

Machine tasks are failing pretty frequently because CloudWatch is throttling us and then we're not getting the next sequence token properly. This attempts to solve that. Heavily influenced by this code in another CloudWatch logging implementation.