-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue/87/subscribe arg #88
Conversation
variable for the Mesos master. Modified the core scheduler api's subscribe to accept a new argument for the mesos-master. Adds 1 additional arity to meson.api.scheduler/subscribe.
variable for the Mesos master. Updated documentation to reflect different ways to call subscribe.
"Error encountered performing task 'ancient' with profile(s): 'base,system,user,provided,dev,test' java.io.FileNotFoundException: Could not locate clj_http/client__init.class or clj_http/client.clj on classpath. Please check that namespaces with dashes use underscores in the Clojure file name., compiling:(ancient/ancient_clj/v0v3v14/ancient_clj/io/http.clj:1:1)" Will look into this. |
order to resolve exceptions.
Current error is: |
lein ancient exits with a non-zero code when a library is outdated. Avoid pipeline failures by executing 'check-deps || true' in a separate step in order to still log the library versions.
Just wanted to leave a quick note -- I've been watching the messages come in from your work, and I'm excited to see you giving this some love! I'm craaaaazy busy right now, and your contributions warrant a the same level of attention and care that you are putting in. So I wanted to let you know it wasn't just going into a vacuum ;-) And I wanted to encourage you to keep going! I hope to catch up soon ... |
Awesome, sounds good. Clay and I are starting work on a Mesos scheduler. We are planning to utilize Meson for it, so definitely expect more from both of us related to scheduler APIs. |
Thanks again! |
Allow the meson.api.scheduler.core/subscribe to take an additional argument of a mesos-master in order to subscribe to remote scheduler APIs.
Closes #87