mlowicki / rhythm

Time-based job scheduler for Apache Mesos
MIT License
29 stars 2 forks source link

Decide what to do on receiving error #4

Closed mlowicki closed 6 years ago

mlowicki commented 6 years ago

It is recommended that the framework abort when it receives an error and retry subscription as necessary. (https://mesos.apache.org/documentation/latest/scheduler-http-api/#error)

mlowicki commented 6 years ago

Done already in mesos-go: https://github.com/mesos/mesos-go/blob/29de6ff97b48c29cb5ac07029ed75186e5ba0eed/api/v1/lib/extras/scheduler/controller/rules.go#L29