grantcarthew / node-rethinkdb-job-queue

A persistent job or task queue backed by RethinkDB.
https://github.com/grantcarthew/node-rethinkdb-job-queue/wiki
MIT License
156 stars 16 forks source link

changed dependency from `node-uuid` to `uuid' #2

Closed marcoalbarelli closed 8 years ago

marcoalbarelli commented 8 years ago

Hi As you can see in https://github.com/broofa/node-uuid/issues/142 node-uuid is due to be deprecated in favor of uuid https://github.com/defunctzombie/node-uuid

Also see https://github.com/request/request/pull/2182 https://github.com/broofa/node-uuid/issues/116

I'm already using uuid in a project that's about to go live and I'm about to use your queue since my needs are very basic and I didn't want to set up rabbitmq or similar It would be very nice to depend on just one version of (node-)uuid

grantcarthew commented 8 years ago

Hi @marcoalbarelli, I was unaware of the uuid changes. Thanks for the pull request.