Added warning in the place where the thrift api was modified from the original at the time

This commit is contained in:
Renan DelValle 2016-08-24 11:59:52 -07:00
parent dba42611d7
commit 3a5d28f064

View file

@ -325,6 +325,7 @@ struct JobConfiguration {
7: Identity owner
/**
* If present, the job will be handled as a cron job with this crontab-syntax schedule.
* This currently differs from the thrift API found in the main repo where it is not optional
*/
4: optional string cronSchedule
/** Collision policy to use when handling overlapping cron runs. Default is KILL_EXISTING. */