We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The concurrency policy of a job schedule should be specified as an application deployment property or as default server property.
For example, the concurrency policy could be defined for a single application in the deployment properties:
deployer.MySampleApp.kubernetes.cron.concurrencyPolicy=Forbid
Also, a default value could b provided in the server configuration:
spring: cloud: dataflow: task: platform: kubernetes: accounts: default: cron: concurrencyPolicy: Forbid
The text was updated successfully, but these errors were encountered:
Job Schedule concurrency policy
a36a31c
spring-cloud#494
fcf861d
054f861
onobc
No branches or pull requests
Adding support for concurrency policy of a Job Schedule
The concurrency policy of a job schedule should be specified as an application deployment property or as default server property.
For example, the concurrency policy could be defined for a single application in the deployment properties:
Also, a default value could b provided in the server configuration:
The text was updated successfully, but these errors were encountered: