Improve cronjob concurrency policy doc

This commit is contained in:
tengqm
2017-11-01 14:42:10 +08:00
parent 09d896bfd0
commit d87f3c6cc1
12 changed files with 28 additions and 13 deletions

View File

@@ -65861,7 +65861,7 @@
],
"properties": {
"concurrencyPolicy": {
"description": "Specifies how to treat concurrent executions of a Job. Defaults to Allow.",
"description": "Specifies how to treat concurrent executions of a Job. Valid values are: - \"Allow\" (default): allows CronJobs to run concurrently; - \"Forbid\": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - \"Replace\": cancels currently running job and replaces it with a new one",
"type": "string"
},
"failedJobsHistoryLimit": {
@@ -65996,7 +65996,7 @@
],
"properties": {
"concurrencyPolicy": {
"description": "Specifies how to treat concurrent executions of a Job. Defaults to Allow.",
"description": "Specifies how to treat concurrent executions of a Job. Valid values are: - \"Allow\" (default): allows CronJobs to run concurrently; - \"Forbid\": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - \"Replace\": cancels currently running job and replaces it with a new one",
"type": "string"
},
"failedJobsHistoryLimit": {