Closed bentrigat closed 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.
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