actionhero / node-resque

Node.js Background jobs backed by redis.
https://node-resque.actionherojs.com
Apache License 2.0
1.37k stars 151 forks source link

Upgrade 1.x #357

Closed scriptsure closed 4 years ago

scriptsure commented 4 years ago

We are on 1.1.3 of node-resque. Is there any upgrade docs going from 1.x?

Should we upgrade? Are there a lot of breaking changes?

evantahler commented 4 years ago

Wow, you've been using node-resque for a long time!

I would always recommend upgrading... there have been lots of bug fixes, speed improvements, API changes to make developer's lives easier, etc. That said, there will certainly be breaking changes. I'll guess the biggest changes will be moving from a callback-based API to a promise/async API.

You can see the changes here - https://github.com/actionhero/node-resque/releases For the current version, we also now publish the Typedoc here - https://node-resque.actionherojs.com/