Added warning in the place where the thrift api was modified from the original at the time
This commit is contained in:
parent
dba42611d7
commit
3a5d28f064
1 changed files with 1 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue