Created by: juanborre
This is a suggested fix to the error:
Warning: a promise was created in a handler at Users/juanborreguero/dev/UpdateStaticData-Dispatcher/node_modules/bull/lib/queue.js:779:13 but was not returned from it, see http://goo.gl/rRqMUw
I had that when handling the:
- .on('completed', ...);
- .on('failed', ...); events.
Feel free to comment or to fix it otherwise. Thanks for the great job, guys.