I have successfully created and run tasks on mesos using marathon. However, marathon is supposed to support http callbacks when you start it using
--event_subscriber http_callback --http_endpoints http://myip:3000/endpoints
However, this does not seem to actually send any callbacks to my service. Is there anything else that is supposed to be used in order to use the callbacks?