Changeset [91d834a2d72ff11486f08d9bd391351fee98b507] by David Balatero
June 6th, 2009 @ 01:11 AM
Added enhancements to Worker.
- They are now aware of shutdowns that occur, and will terminate themselves.
- They keep track of messages_processed after every run_loop().
- They pass message IDs to the WorkerError class. http://github.com/dbalatero/queu...
Committed by David Balatero
- M lib/queue_stick/worker.rb
- M spec/queue_stick/worker_spec.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
This library allows you to write the minimal amount of code to process queue messages. Supports SQS out of the box.