mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.39k stars 529 forks source link

Error 405 Method Not Allowed #31

Closed bentrigat closed 11 years ago

bentrigat commented 11 years ago

hello ,

what is the authorization scheme used by chronos , please ?

trying to manually start a job as documented in https://github.com/airbnb/chronos#manually-starting-a-job .

https://gist.github.com/bentrigat/5505642

andykram commented 11 years ago

Ah, good catch, that was actually a bug in the docs that has now been corrected. The correct syntax to issue a PUT request is:

curl -L -X PUT chronos-node:4400/scheduler/job/request_event_counter_hourly

https://github.com/airbnb/chronos#manually-starting-a-job has been updated to reflect this.