Netflix / dispatch

All of the ad-hoc things you're doing to manage incidents today, done for you, and much more!
Apache License 2.0
4.95k stars 488 forks source link

refactor(plugin/aws): single threaded consume, call rollback #5144

Closed wssheldon closed 2 weeks ago

wssheldon commented 2 weeks ago

Nested transactions do not appear to automatically rollback. We call rollback to close these transactions. Changed the consumer CLI to be single-threaded. Recommendation is to scale the number of instances that run consume for simplicity.