-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
area/apiRelated to public APIs, including CRD design, configuration, etcRelated to public APIs, including CRD design, configuration, etccomponent/executionIssues or PRs related exclusively to the Execution component (Job, JobConfig)Issues or PRs related exclusively to the Execution component (Job, JobConfig)good first issueGood for newcomersGood for newcomerskind/featureCategorizes issue or PR as related to a new, well-defined and agreed-upon feature.Categorizes issue or PR as related to a new, well-defined and agreed-upon feature.
Description
The startPolicy.concurrencyPolicy field is used to define how to handle concurrent Jobs belonging to the same JobConfig.
In the case of Independent Jobs, they have no such JobConfig to look up, so the concurrencyPolicy is effectively useless, and we should just reject Jobs that specify this field.
Metadata
Metadata
Assignees
Labels
area/apiRelated to public APIs, including CRD design, configuration, etcRelated to public APIs, including CRD design, configuration, etccomponent/executionIssues or PRs related exclusively to the Execution component (Job, JobConfig)Issues or PRs related exclusively to the Execution component (Job, JobConfig)good first issueGood for newcomersGood for newcomerskind/featureCategorizes issue or PR as related to a new, well-defined and agreed-upon feature.Categorizes issue or PR as related to a new, well-defined and agreed-upon feature.