Skip to content
New issue

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

Support for concurrency policy of a Job Schedule #494

Closed
taxone opened this issue May 18, 2022 · 0 comments
Closed

Support for concurrency policy of a Job Schedule #494

taxone opened this issue May 18, 2022 · 0 comments
Assignees
Labels
status/in-progress Something is happening
Milestone

Comments

@taxone
Copy link
Contributor

taxone commented May 18, 2022

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:

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                  

@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label May 18, 2022
taxone pushed a commit to taxone/spring-cloud-deployer-kubernetes that referenced this issue May 18, 2022
@onobc onobc self-assigned this Jun 14, 2022
@onobc onobc added status/in-progress Something is happening and removed status/need-triage Team needs to triage and take a first look labels Jun 15, 2022
@onobc onobc modified the milestones: 2.7.5, 2.8.0 Jun 15, 2022
taxone pushed a commit to taxone/spring-cloud-deployer-kubernetes that referenced this issue Jun 28, 2022
@onobc onobc closed this as completed in 054f861 Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/in-progress Something is happening
Projects
None yet
Development

No branches or pull requests

2 participants