StellarFw / stellar

A modular action based Web Framework for Node.js
https://stellar-framework.com
MIT License
38 stars 4 forks source link

Review support for the new node-resque #108

Open gil0mendes opened 7 years ago

gil0mendes commented 7 years ago

A new version major version of node-resque was released, we need to review the Stellar support for this version.

As we can see on the README.MD of the node-resque they converted all the code to use ES6 async/await so this is an upgrade that worth, because this will simplify our code and give us more redable error messages.