- Fix: Modified reclaim to run on original engine with tests
- Fix: Re order keys to delete ack last
- Fix: Fix object loss when adding multiple items to the queue.
- add support for configurable retry backoffs
- add maxItems option to constrain max queue size
- add maxAttempts option to constrain number of attempts
- update default shouldretry and getdelay logic to take advantage of HWM and exp. backoff with jitter
- Minor Refactor
- Fallback to in-memory storage engine in the event of exceeding localStorage quota
- Default all localstorage queue retrievals to empty data structures
- Default to empty queue
- Bump package.json
- Retry Logic and Events (#3)
- Fix setTimeout invocation
- Initial Implementation