Commit graph

4 commits

Author SHA1 Message Date
Harlow Ward
f0e6461cb6 Refactor to use handler func
The previous pipeline model required a lot of setup and abstracted away
the processing of records. By passing a HandlerFunc to the consumer we
keep the business logic of processing of records closer to the use of
the consumer.

* Add refactoring note and SHA to README
2016-02-06 17:50:17 -08:00
dan
9371fb938c Logging and DB connection reuse
* Reuse Redshift DB connection
* Add more logging
2015-05-25 22:23:40 -07:00
Harlow Ward
b38102eec7 Silence log warnings during test run 2015-05-23 12:48:31 -07:00
dan
95fe49e7e0 Add specs for AWS Backoff 2015-05-23 12:44:52 -07:00