Open stelcheck opened 9 years ago
Should we really use a dependency for one API call? https://github.com/silas/node-mesos#marathontaskscallback https://github.com/Wizcorp/frontrunner/blob/develop/lib/marathon.js#L31-L48
Not sure it makes sense.
We could get rid of zookeeper and get events through that library it appears.
Yes. Since Marathon appears to be providing all we need and them some, it seems to be it would be more natural to follow their ways.
https://www.npmjs.com/package/mesos provides the API to operate with the Marathon cluster, which would make the code of this project easier to understand I think @MiLk any thoughts?