|
|
|
|
|
by alexbardas
5056 days ago
|
|
Ok, I'll work then at creating a documentation and adding some tests. The project was written in coffeescript and someone only needs to extend a class and implement 2 methods and a list of starting urls. Using node cluster and concurrent connections I think it can scale very well. I introduced promises (taken from Jquery Deffered) in case someone wanted the writing to DB to be synchronous. IMO, using kue was a success because it also offers a web interface where you can check the progress and restart/check failed jobs. |
|